diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-27 00:23:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-27 00:23:08 +0000 |
commit | 25bc2e50c34fc36d9d792d9624d9b4a957112b0e (patch) | |
tree | f64c365c48416f4c3de6acbdf3cfa819836cbd69 /apps/user_status | |
parent | 5b2ae14e75fa89edaf70ea46c6152391dc951a38 (diff) | |
download | nextcloud-server-25bc2e50c34fc36d9d792d9624d9b4a957112b0e.tar.gz nextcloud-server-25bc2e50c34fc36d9d792d9624d9b4a957112b0e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-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 |