Skip to content

Commit 081b354

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 55acea2 commit 081b354

File tree

6 files changed

+20
-2
lines changed

6 files changed

+20
-2
lines changed

l10n/it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,6 +1802,7 @@ OC.L10N.register(
18021802
"_{done} of %n task_::_{done} of %n tasks_" : ["{done} di %n attività","{done} di %n attività","{done} di %n attività"],
18031803
"Add participants to this call" : "Aggiungi partecipanti a questa chiamata",
18041804
"_%n participant in call_::_%n participants in call_" : ["%n partecipante in chiamata","%n partecipanti in chiamata ","%n partecipanti in chiamata"],
1805+
"Scheduled messages" : "Messaggi programmati",
18051806
"You are not allowed to enable screensharing" : "Non sei autorizzato ad abilitare la condivisione dello schermo",
18061807
"No screensharing" : "Nessuna condivisione dello schermo",
18071808
"Screensharing options" : "Opzioni di condivisione dello schermo",

l10n/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,7 @@
18001800
"_{done} of %n task_::_{done} of %n tasks_" : ["{done} di %n attività","{done} di %n attività","{done} di %n attività"],
18011801
"Add participants to this call" : "Aggiungi partecipanti a questa chiamata",
18021802
"_%n participant in call_::_%n participants in call_" : ["%n partecipante in chiamata","%n partecipanti in chiamata ","%n partecipanti in chiamata"],
1803+
"Scheduled messages" : "Messaggi programmati",
18031804
"You are not allowed to enable screensharing" : "Non sei autorizzato ad abilitare la condivisione dello schermo",
18041805
"No screensharing" : "Nessuna condivisione dello schermo",
18051806
"Screensharing options" : "Opzioni di condivisione dello schermo",

l10n/oc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ OC.L10N.register(
666666
"Enter a description for this conversation" : "Picatz una descripcion per aquesta conversacion",
667667
"Picture" : "Imatge",
668668
"Disable" : "Desactivar",
669+
"Enable" : "Activar",
669670
"Choose your conversation picture" : "Causissètz un imatge de conversacion",
670671
"Choose" : "Causir",
671672
"Set picture" : "Definir l'imatge",

l10n/oc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@
664664
"Enter a description for this conversation" : "Picatz una descripcion per aquesta conversacion",
665665
"Picture" : "Imatge",
666666
"Disable" : "Desactivar",
667+
"Enable" : "Activar",
667668
"Choose your conversation picture" : "Causissètz un imatge de conversacion",
668669
"Choose" : "Causir",
669670
"Set picture" : "Definir l'imatge",

l10n/tr.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ OC.L10N.register(
454454
"Contact via Talk" : "Konuş ile görüşün",
455455
"Open Talk" : "Konuş uygulamasını aç",
456456
"Presentation" : "Sunum",
457+
"Voice room" : "Konuşma odası",
457458
"Webinar" : "İnternet sunumu",
458459
"Conversations" : "Görüşmeler",
459460
"Messages in current conversation" : "Geçerli görüşmedeki iletiler",
@@ -1550,13 +1551,17 @@ OC.L10N.register(
15501551
"You cannot send messages to this conversation at the moment" : "Şu anda bu görüşmeye ileti gönderemezsiniz",
15511552
"Could not update the message" : "İleti güncellenemedi",
15521553
"Reply to thread \"{threadTitle}\"" : "\"{threadTitle}\" konusunu yanıtla",
1553-
"You voted" : "Oyladınız",
1554+
"_You voted • %n vote_::_You voted • %n votes_" : ["Oy verdiniz • %n oy","Oy verdiniz • %n oy"],
1555+
"You voted" : "Oy verdiniz",
1556+
"_Click to vote • %n vote_::_Click to vote • %n votes_" : ["Oy vermek için tıklayın • %n oy","Oy vermek için tıklayın • %n oy"],
1557+
"Click to vote" : "Oy vermek için tıklayın",
15541558
"_Poll draft • %n option_::_Poll draft • %n options_" : ["Anket taslağı • %n seçenek","Anket taslağı • %n seçenek"],
15551559
"_%n vote_::_%n votes_" : ["%n oy","%n oy"],
15561560
"Edit poll draft" : "Anket taslağını düzenle",
15571561
"Delete poll draft" : "Anket taslağını sil",
15581562
"Poll" : "Anket",
15591563
"Open poll" : "Açık anket",
1564+
"Closed poll" : "Bitirilmiş anket",
15601565
"See results" : "Sonuçları görüntüle",
15611566
"Reactions" : "Tepkiler",
15621567
"No permission to post reactions in this conversation" : "Bu görüşmeye tepki gönderme izniniz yok",
@@ -1667,6 +1672,8 @@ OC.L10N.register(
16671672
"Multiple answers" : "Birden çok yanıt",
16681673
"Save as draft" : "Taslak olarak kaydet",
16691674
"Export draft to file" : "Taslağı dosyaya dışa aktar",
1675+
"_Final results • %n vote_::_Final results • %n votes_" : ["Sonuçlar • %n oy","Sonuçlar • %n oy"],
1676+
"Your vote is anonymous" : "Oyunuz anonim",
16701677
"You voted for this option" : "Bu seçenek için oy verdiniz",
16711678
"End poll" : "Anketi sonlandır",
16721679
"Submit" : "Gönder",

l10n/tr.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@
452452
"Contact via Talk" : "Konuş ile görüşün",
453453
"Open Talk" : "Konuş uygulamasını aç",
454454
"Presentation" : "Sunum",
455+
"Voice room" : "Konuşma odası",
455456
"Webinar" : "İnternet sunumu",
456457
"Conversations" : "Görüşmeler",
457458
"Messages in current conversation" : "Geçerli görüşmedeki iletiler",
@@ -1548,13 +1549,17 @@
15481549
"You cannot send messages to this conversation at the moment" : "Şu anda bu görüşmeye ileti gönderemezsiniz",
15491550
"Could not update the message" : "İleti güncellenemedi",
15501551
"Reply to thread \"{threadTitle}\"" : "\"{threadTitle}\" konusunu yanıtla",
1551-
"You voted" : "Oyladınız",
1552+
"_You voted • %n vote_::_You voted • %n votes_" : ["Oy verdiniz • %n oy","Oy verdiniz • %n oy"],
1553+
"You voted" : "Oy verdiniz",
1554+
"_Click to vote • %n vote_::_Click to vote • %n votes_" : ["Oy vermek için tıklayın • %n oy","Oy vermek için tıklayın • %n oy"],
1555+
"Click to vote" : "Oy vermek için tıklayın",
15521556
"_Poll draft • %n option_::_Poll draft • %n options_" : ["Anket taslağı • %n seçenek","Anket taslağı • %n seçenek"],
15531557
"_%n vote_::_%n votes_" : ["%n oy","%n oy"],
15541558
"Edit poll draft" : "Anket taslağını düzenle",
15551559
"Delete poll draft" : "Anket taslağını sil",
15561560
"Poll" : "Anket",
15571561
"Open poll" : "Açık anket",
1562+
"Closed poll" : "Bitirilmiş anket",
15581563
"See results" : "Sonuçları görüntüle",
15591564
"Reactions" : "Tepkiler",
15601565
"No permission to post reactions in this conversation" : "Bu görüşmeye tepki gönderme izniniz yok",
@@ -1665,6 +1670,8 @@
16651670
"Multiple answers" : "Birden çok yanıt",
16661671
"Save as draft" : "Taslak olarak kaydet",
16671672
"Export draft to file" : "Taslağı dosyaya dışa aktar",
1673+
"_Final results • %n vote_::_Final results • %n votes_" : ["Sonuçlar • %n oy","Sonuçlar • %n oy"],
1674+
"Your vote is anonymous" : "Oyunuz anonim",
16681675
"You voted for this option" : "Bu seçenek için oy verdiniz",
16691676
"End poll" : "Anketi sonlandır",
16701677
"Submit" : "Gönder",

0 commit comments

Comments
 (0)