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 Apr 13, 2023
1 parent 7cca9b3 commit 6879e56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions l10n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ OC.L10N.register(
"You are using more than %d%% of your storage quota" : "Ви використовуєте більш ніж %d%% квоти на зберігання",
"This app sends notifications to users when they reached 85, 90 and 95% of their quota." : "Цей застосунок надсилає сповіщення користувачам при досягненні 85%, 90% і 95% від встановлених квот.",
"This app sends notifications to users when they reached 85, 90 and 95% of their quota (checked once a day).\nIn addition an email can be sent to the users. The three percentages can be changed in the admin settings.\nIt is also possible to have a link in the email and the notification for upsell options." : "Цей застосунок надсилає сповіщення користувачам при досягненні 85%, 90% і 95% від встановлених квот, що перевіряються щодоби.\nДодатково можна налаштувати відправку електронного листа.\nТри пороги використання квот можна змінити у налашьуваннях адміністратора.\nТакож можливо надсилати посилання у листі або сповіщенні.",
"First notification" : "Перше повідомлення",
"Send an email" : "Надіслати електронне повідомлення",
"Second notification" : "Друге повідомлення",
"Final notification" : "Останнє повідомлення",
"First notification" : "Перше сповіщення",
"Send an email" : "Надіслати лист на ел.пошту",
"Second notification" : "Друге сповіщення",
"Final notification" : "Останнє сповіщення",
"Link to quota management" : "Посилання на керування квотами",
"Resend notifications after … days" : "Повторно надіслати сповіщення після ... днів",
"Resend notifications after … days" : "Повторно надіслати сповіщення через (днів)",
"Set to 0 if the user should only receive one notification." : "Встановіть 0, якщо користувачеві потрібно отримати лише одне сповіщення."
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
10 changes: 5 additions & 5 deletions l10n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"You are using more than %d%% of your storage quota" : "Ви використовуєте більш ніж %d%% квоти на зберігання",
"This app sends notifications to users when they reached 85, 90 and 95% of their quota." : "Цей застосунок надсилає сповіщення користувачам при досягненні 85%, 90% і 95% від встановлених квот.",
"This app sends notifications to users when they reached 85, 90 and 95% of their quota (checked once a day).\nIn addition an email can be sent to the users. The three percentages can be changed in the admin settings.\nIt is also possible to have a link in the email and the notification for upsell options." : "Цей застосунок надсилає сповіщення користувачам при досягненні 85%, 90% і 95% від встановлених квот, що перевіряються щодоби.\nДодатково можна налаштувати відправку електронного листа.\nТри пороги використання квот можна змінити у налашьуваннях адміністратора.\nТакож можливо надсилати посилання у листі або сповіщенні.",
"First notification" : "Перше повідомлення",
"Send an email" : "Надіслати електронне повідомлення",
"Second notification" : "Друге повідомлення",
"Final notification" : "Останнє повідомлення",
"First notification" : "Перше сповіщення",
"Send an email" : "Надіслати лист на ел.пошту",
"Second notification" : "Друге сповіщення",
"Final notification" : "Останнє сповіщення",
"Link to quota management" : "Посилання на керування квотами",
"Resend notifications after … days" : "Повторно надіслати сповіщення після ... днів",
"Resend notifications after … days" : "Повторно надіслати сповіщення через (днів)",
"Set to 0 if the user should only receive one notification." : "Встановіть 0, якщо користувачеві потрібно отримати лише одне сповіщення."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

0 comments on commit 6879e56

Please sign in to comment.