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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed May 21, 2024
1 parent 8a9f9c2 commit 80ed50c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions l10n/ga.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
OC.L10N.register(
"backup",
{
"Error" : "Earráid",
"Delete" : "Scrios",
"Cancel" : "Cealaigh",
"Unable to save the settings" : "Ní féidir na socruithe a shábháil",
"Pending" : "Ar feitheamh",
"Completed" : "Críochnaithe",
"Date" : "Dáta"
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
10 changes: 10 additions & 0 deletions l10n/ga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ "translations": {
"Error" : "Earráid",
"Delete" : "Scrios",
"Cancel" : "Cealaigh",
"Unable to save the settings" : "Ní féidir na socruithe a shábháil",
"Pending" : "Ar feitheamh",
"Completed" : "Críochnaithe",
"Date" : "Dáta"
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}
1 change: 1 addition & 0 deletions l10n/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ OC.L10N.register(
"Settings saved" : "設定を保存しました",
"Unable to save the settings" : "設定をほぞんできません",
"_day_::_days_" : ["日"],
"Scheduled" : "スケジュール済",
"Pending" : "保留中",
"Completed" : "完了",
"Encrypted" : "暗号化済み",
Expand Down
1 change: 1 addition & 0 deletions l10n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"Settings saved" : "設定を保存しました",
"Unable to save the settings" : "設定をほぞんできません",
"_day_::_days_" : [""],
"Scheduled" : "スケジュール済",
"Pending" : "保留中",
"Completed" : "完了",
"Encrypted" : "暗号化済み",
Expand Down

0 comments on commit 80ed50c

Please sign in to comment.