From 36cfb436f57f9fcb08952bc06f73c8dca677acc7 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 4 Jan 2024 01:15:41 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ka.js | 25 +++++++++++++++++++++++++ l10n/ka.json | 23 +++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 l10n/ka.js create mode 100644 l10n/ka.json diff --git a/l10n/ka.js b/l10n/ka.js new file mode 100644 index 0000000..286c19f --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Phone Sync", + "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud", + "Cancel" : "Cancel", + "Confirm" : "Confirm", + "No contact found." : "No contact found.", + "Settings" : "Settings", + "Max messages to load per conversation" : "Max messages to load per conversation", + "Invalid message limit" : "Invalid message limit", + "Default country code" : "Default country code", + "Contact ordering" : "Contact ordering", + "Last message" : "Last message", + "Label" : "Label", + "Reverse ?" : "Reverse ?", + "Notification settings" : "Notification settings", + "Enable" : "Enable", + "Disable" : "Disable", + "Are you sure you want to wipe all your messages ?" : "Are you sure you want to wipe all your messages ?", + "Reset all messages" : "Reset all messages", + "%s messages shown of %s messages stored in database." : "%s messages shown of %s messages stored in database.", + "Please select a conversation from the list to load it." : "Please select a conversation from the list to load it." +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 0000000..f667e13 --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,23 @@ +{ "translations": { + "Phone Sync" : "Phone Sync", + "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud", + "Cancel" : "Cancel", + "Confirm" : "Confirm", + "No contact found." : "No contact found.", + "Settings" : "Settings", + "Max messages to load per conversation" : "Max messages to load per conversation", + "Invalid message limit" : "Invalid message limit", + "Default country code" : "Default country code", + "Contact ordering" : "Contact ordering", + "Last message" : "Last message", + "Label" : "Label", + "Reverse ?" : "Reverse ?", + "Notification settings" : "Notification settings", + "Enable" : "Enable", + "Disable" : "Disable", + "Are you sure you want to wipe all your messages ?" : "Are you sure you want to wipe all your messages ?", + "Reset all messages" : "Reset all messages", + "%s messages shown of %s messages stored in database." : "%s messages shown of %s messages stored in database.", + "Please select a conversation from the list to load it." : "Please select a conversation from the list to load it." +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file