diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/dav/l10n/lt_LT.js | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/lt_LT.js')
-rw-r--r-- | apps/dav/l10n/lt_LT.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/lt_LT.js b/apps/dav/l10n/lt_LT.js index 507909a3a96..5cb02be5815 100644 --- a/apps/dav/l10n/lt_LT.js +++ b/apps/dav/l10n/lt_LT.js @@ -54,16 +54,13 @@ OC.L10N.register( "Description: %s" : "Aprašas: %s", "Where: %s" : "Kur: %s", "%1$s via %2$s" : "%1$s per %2$s", - "Invitation canceled" : "Pakvietimo atsisakyta", - "Invitation updated" : "Pakvietimas atnaujintas", "Invitation: %1$s" : "Pakvietimas: %1$s", - "Invitation" : "Pakvietimas", + "Organizer:" : "Organizatorius:", + "Attendees:" : "Kviestiniai:", "Title:" : "Pavadinimas:", "Time:" : "Laikas:", "Location:" : "Vieta:", "Link:" : "Nuoroda:", - "Organizer:" : "Organizatorius:", - "Attendees:" : "Kviestiniai:", "Accept" : "Priimti", "Decline" : "Atmesti", "More options …" : "Daugiau parinkčių…", @@ -119,6 +116,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Jūs sąraše {calendar} išsprendėte užduotį {todo}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} sąraše {calendar} vėl pradėjo užduotį {todo}", "You reopened todo {todo} in list {calendar}" : "Jūs sąraše {calendar} vėl pradėjote užduotį {todo}", - "A calendar <strong>todo</strong> was modified" : "Kalendoriaus <strong>užduotis</strong> buvo modifikuota" + "A calendar <strong>todo</strong> was modified" : "Kalendoriaus <strong>užduotis</strong> buvo modifikuota", + "Invitation canceled" : "Pakvietimo atsisakyta", + "Invitation updated" : "Pakvietimas atnaujintas", + "Invitation" : "Pakvietimas" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |