From afb8f123f113aede9317c72321021172ac1e4c3b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 7 May 2024 01:32:45 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ga.js | 9 +++++++++ l10n/ga.json | 7 +++++++ 2 files changed, 16 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..e73cf6b1 --- /dev/null +++ b/l10n/ga.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "serverinfo", + { + "Copied!" : "Cóipeáladh!", + "Not supported!" : "Gan tacaíocht!", + "Press ⌘-C to copy." : "Brúigh ⌘-C chun cóip a dhéanamh.", + "Press Ctrl-C to copy." : "Brúigh Ctrl-C chun cóip a dhéanamh." +}, +"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..0a0c7e8f --- /dev/null +++ b/l10n/ga.json @@ -0,0 +1,7 @@ +{ "translations": { + "Copied!" : "Cóipeáladh!", + "Not supported!" : "Gan tacaíocht!", + "Press ⌘-C to copy." : "Brúigh ⌘-C chun cóip a dhéanamh.", + "Press Ctrl-C to copy." : "Brúigh Ctrl-C chun cóip a dhéanamh." +},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" +} \ No newline at end of file