diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-26 00:19:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-26 00:19:53 +0000 |
commit | c2acabf020731bcbc21b3fba2e8be8f3ef494b37 (patch) | |
tree | 7edd351480553adf95bafc83482721a48f18e841 /lib/l10n/sr@latin.js | |
parent | 6e558a6d981e47def0b7174b3c1830953a60945c (diff) | |
download | nextcloud-server-c2acabf020731bcbc21b3fba2e8be8f3ef494b37.tar.gz nextcloud-server-c2acabf020731bcbc21b3fba2e8be8f3ef494b37.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/sr@latin.js')
-rw-r--r-- | lib/l10n/sr@latin.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/sr@latin.js b/lib/l10n/sr@latin.js index 2d322157d37..316480805fa 100644 --- a/lib/l10n/sr@latin.js +++ b/lib/l10n/sr@latin.js @@ -21,6 +21,7 @@ OC.L10N.register( "Thursday" : "Četvrtak", "Friday" : "Petak", "Saturday" : "Subota", + "Translate" : "Prevedi", "Help" : "Help" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |