Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jan 13, 2025
1 parent 3cb44b0 commit 8723b05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions l10n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "Інформація про процесор недоступна",
"CPU Usage:" : "Використання CPU:",
"Load average: {percentage} % ({load}) last minute" : "Середнє навантаження: {percentage} % ({load}) за останню хв.",
"{lastMinutePercentage} % ({lastMinute}) last Minute\n{last5MinutesPercentage} % ({last5Minutes}) last 5 Minutes\n{last15MinutesPercentage} % ({last15Minutes}) last 15 Minutes" : "{lastMinutePercentage} % ({lastMinute}) за останню хв.\n{last5MinutesPercentage} % ({last5Minutes}) за останні 5 хв.\n{last15MinutesPercentage} % ({last15Minutes}) за останні 15 хв.",
"RAM Usage:" : "Використання ОЗУ:",
"SWAP Usage:" : "Використання Swap:",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "Оперативна пам’ять: використовується {memUsageBytes} із {memTotalBytes}",
"RAM info not available" : "Інформація про оперативну пам'ять недоступна",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "Файл підкачки: використовується {swapUsageBytes} із {swapTotalBytes}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/uk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{ "translations": {
"CPU info not available" : "Інформація про процесор недоступна",
"CPU Usage:" : "Використання CPU:",
"Load average: {percentage} % ({load}) last minute" : "Середнє навантаження: {percentage} % ({load}) за останню хв.",
"{lastMinutePercentage} % ({lastMinute}) last Minute\n{last5MinutesPercentage} % ({last5Minutes}) last 5 Minutes\n{last15MinutesPercentage} % ({last15Minutes}) last 15 Minutes" : "{lastMinutePercentage} % ({lastMinute}) за останню хв.\n{last5MinutesPercentage} % ({last5Minutes}) за останні 5 хв.\n{last15MinutesPercentage} % ({last15Minutes}) за останні 15 хв.",
"RAM Usage:" : "Використання ОЗУ:",
"SWAP Usage:" : "Використання Swap:",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "Оперативна пам’ять: використовується {memUsageBytes} із {memTotalBytes}",
"RAM info not available" : "Інформація про оперативну пам'ять недоступна",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "Файл підкачки: використовується {swapUsageBytes} із {swapTotalBytes}",
Expand Down

0 comments on commit 8723b05

Please sign in to comment.