-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
3b6a9cd
commit c63ef4a
Showing
20 changed files
with
180 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
OC.L10N.register( | ||
"admin_audit", | ||
{ | ||
"Auditing / Logging" : "การตรวจสอบ / บันทึก", | ||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "ให้ความสามารถในการบันทึก (logging) สำหรับ Nextcloud เช่น การบันทึกการเข้าถึงไฟล์ หรือการดำเนินการที่ละเอียดอ่อน" | ||
}, | ||
"nplurals=1; plural=0;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ "translations": { | ||
"Auditing / Logging" : "การตรวจสอบ / บันทึก", | ||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "ให้ความสามารถในการบันทึก (logging) สำหรับ Nextcloud เช่น การบันทึกการเข้าถึงไฟล์ หรือการดำเนินการที่ละเอียดอ่อน" | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
OC.L10N.register( | ||
"files_reminders", | ||
{ | ||
"Reminder for {name}" : "Нагадування для {name}", | ||
"View file" : "Переглянути файл", | ||
"View folder" : "Переглянути каталог", | ||
"Set file reminders" : "Встановити нагадування для файлу", | ||
"**📣 File reminders**\n\nSet file reminders." : "**📣 Нагадування для файлів**\n\nВстановити нагадування для файлу.", | ||
"Back" : "Назад", | ||
"Clear reminder" : "Зняти нагадування", | ||
"Set custom reminder" : "Встановити власне нагадування", | ||
"Later today" : "Пізніше сьогодні", | ||
"Set reminder for later today" : "Встановити нагадування на сьогодні пізніше", | ||
"Tomorrow" : "Завтра", | ||
"Set reminder for tomorrow" : "Встановити нагадування на завтра", | ||
"This weekend" : "Цими вихідними", | ||
"Set reminder for this weekend" : "Встановити нагадування на ці вихідні", | ||
"Next week" : "Наступний тиждень", | ||
"Set reminder for next week" : "Встановити нагадування на наступний тиждень", | ||
"Set reminder at custom date & time" : "Встановити нагадування на власну дату та час", | ||
"Reminder set for \"{fileName}\"" : "Встановлено нагадування для \"{fileName}\"", | ||
"Failed to set reminder" : "Не вдалося встановити нагадування", | ||
"Please choose a valid date & time" : "Виберіть дійсні дату та час", | ||
"Reminder cleared" : "Нагадування знято", | ||
"Failed to clear reminder" : "Не вдалося зняти нагадування", | ||
"Failed to load reminder" : "Не вдалося отримати нагадування" | ||
}, | ||
"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);"); |
Oops, something went wrong.