diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-27 00:23:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-27 00:23:15 +0000 |
commit | 9f196a5d81bf039ae734a614db3955a776e829bf (patch) | |
tree | 1f19c647b5859f620a89ae3ff0cef411579995f8 /apps/user_status/l10n | |
parent | ea1f2c936414d2fa15b30f4adb5c5e2605587c05 (diff) | |
download | nextcloud-server-9f196a5d81bf039ae734a614db3955a776e829bf.tar.gz nextcloud-server-9f196a5d81bf039ae734a614db3955a776e829bf.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n')
-rw-r--r-- | apps/user_status/l10n/is.js | 1 | ||||
-rw-r--r-- | apps/user_status/l10n/is.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_status/l10n/is.js b/apps/user_status/l10n/is.js index 2df29e6a407..8fe89a4c320 100644 --- a/apps/user_status/l10n/is.js +++ b/apps/user_status/l10n/is.js @@ -32,6 +32,7 @@ OC.L10N.register( "4 hours" : "4 klukkustundir", "Mute all notifications" : "Þagga allar tilkynningar", "Appear offline" : "Birtast ótengt", + "View profile" : "Skoða notandasnið", "{status}, {timestamp}" : "{status}, {timestamp}" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/user_status/l10n/is.json b/apps/user_status/l10n/is.json index 39ed780890a..dd79c3a102f 100644 --- a/apps/user_status/l10n/is.json +++ b/apps/user_status/l10n/is.json @@ -30,6 +30,7 @@ "4 hours" : "4 klukkustundir", "Mute all notifications" : "Þagga allar tilkynningar", "Appear offline" : "Birtast ótengt", + "View profile" : "Skoða notandasnið", "{status}, {timestamp}" : "{status}, {timestamp}" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file |