From c761bb613f6ca7b08d80f37ce9146c6c45f6d010 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 17 May 2024 00:40:08 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ga.js | 7 +++++++ l10n/ga.json | 5 +++++ 2 files changed, 12 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..0a16f94a --- /dev/null +++ b/l10n/ga.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_texteditor", + { + "Saved" : "Shábháil", + "Edit" : "Cuir in eagar" +}, +"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..96bfe28a --- /dev/null +++ b/l10n/ga.json @@ -0,0 +1,5 @@ +{ "translations": { + "Saved" : "Shábháil", + "Edit" : "Cuir in eagar" +},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" +} \ No newline at end of file