Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Feb 6, 2025
1 parent 4ef086e commit dd44a40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion l10n/et_EE.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
OC.L10N.register(
"text2image_helper",
{
"View" : "Vaata",
"Delete" : "Kustuta",
"Preview" : "Eelvaade",
"Advanced options" : "Täpsemad valikud",
"Send" : "Saada"
"Send" : "Saada",
"Copy link to clipboard" : "Kopeeri link lõikelauale",
"Link copied to clipboard" : "Link on lõikelauale kopeeritud"
},
"nplurals=2; plural=(n != 1);");
5 changes: 4 additions & 1 deletion l10n/et_EE.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{ "translations": {
"View" : "Vaata",
"Delete" : "Kustuta",
"Preview" : "Eelvaade",
"Advanced options" : "Täpsemad valikud",
"Send" : "Saada"
"Send" : "Saada",
"Copy link to clipboard" : "Kopeeri link lõikelauale",
"Link copied to clipboard" : "Link on lõikelauale kopeeritud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit dd44a40

Please sign in to comment.