From 80ed50c1a6d20bd2afb6e291796beeb8daff2a27 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 21 May 2024 00:19:44 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ga.js | 12 ++++++++++++ l10n/ga.json | 10 ++++++++++ l10n/ja.js | 1 + l10n/ja.json | 1 + 4 files changed, 24 insertions(+) create mode 100644 l10n/ga.js create mode 100644 l10n/ga.json diff --git a/l10n/ga.js b/l10n/ga.js new file mode 100644 index 00000000..9a538dfd --- /dev/null +++ b/l10n/ga.js @@ -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);"); diff --git a/l10n/ga.json b/l10n/ga.json new file mode 100644 index 00000000..235213fc --- /dev/null +++ b/l10n/ga.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/ja.js b/l10n/ja.js index 2615efe2..b3c0b6bd 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -25,6 +25,7 @@ OC.L10N.register( "Settings saved" : "設定を保存しました", "Unable to save the settings" : "設定をほぞんできません", "_day_::_days_" : ["日"], + "Scheduled" : "スケジュール済", "Pending" : "保留中", "Completed" : "完了", "Encrypted" : "暗号化済み", diff --git a/l10n/ja.json b/l10n/ja.json index 0fea5c82..22109f0d 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -23,6 +23,7 @@ "Settings saved" : "設定を保存しました", "Unable to save the settings" : "設定をほぞんできません", "_day_::_days_" : ["日"], + "Scheduled" : "スケジュール済", "Pending" : "保留中", "Completed" : "完了", "Encrypted" : "暗号化済み",