diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-01 02:27:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-01 02:27:25 +0000 |
commit | 8bce81b696e1fd8f0b28c60d07bab1ba6f1aa42d (patch) | |
tree | 48105f2c539fe7d7ede7ab39282cbbbed55cb968 | |
parent | 949fb2343a351eced97a121ee3cd8b74312d2c42 (diff) | |
download | nextcloud-server-8bce81b696e1fd8f0b28c60d07bab1ba6f1aa42d.tar.gz nextcloud-server-8bce81b696e1fd8f0b28c60d07bab1ba6f1aa42d.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r-- | apps/comments/l10n/eu.js | 6 | ||||
-rw-r--r-- | apps/comments/l10n/eu.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/eu.js b/apps/comments/l10n/eu.js index b1bbbb8e7dc..9dd83b6ccd6 100644 --- a/apps/comments/l10n/eu.js +++ b/apps/comments/l10n/eu.js @@ -3,9 +3,9 @@ OC.L10N.register( { "Comments" : "Iruzkinak", "You commented" : "Iruzkindu duzu", - "%1$s commented" : "%1$s iruzkin du", - "{author} commented" : "{author}-(e)k iruzkin du", - "You commented on %1$s" : "%1$s-en Iruzkin duzu", + "%1$s commented" : "%1$s-(e)k iruzkindu du", + "{author} commented" : "{author}-(e)k iruzkindu du", + "You commented on %1$s" : "%1$s-en iruzkindu duzu", "You commented on {file}" : "{file} fitxategian iruzkina egin duzu", "%1$s commented on %2$s" : "%1$s %2$s-en iruzkin du", "{author} commented on {file}" : "{author}-(e)k {file}-en iruzkina egin du", diff --git a/apps/comments/l10n/eu.json b/apps/comments/l10n/eu.json index 3b83ddaa244..45e0d593b6f 100644 --- a/apps/comments/l10n/eu.json +++ b/apps/comments/l10n/eu.json @@ -1,9 +1,9 @@ { "translations": { "Comments" : "Iruzkinak", "You commented" : "Iruzkindu duzu", - "%1$s commented" : "%1$s iruzkin du", - "{author} commented" : "{author}-(e)k iruzkin du", - "You commented on %1$s" : "%1$s-en Iruzkin duzu", + "%1$s commented" : "%1$s-(e)k iruzkindu du", + "{author} commented" : "{author}-(e)k iruzkindu du", + "You commented on %1$s" : "%1$s-en iruzkindu duzu", "You commented on {file}" : "{file} fitxategian iruzkina egin duzu", "%1$s commented on %2$s" : "%1$s %2$s-en iruzkin du", "{author} commented on {file}" : "{author}-(e)k {file}-en iruzkina egin du", |