Skip to content

Commit 1d43864

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

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

app/src/main/res/values-b+en+001/strings.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
<string name="left_conversation">You left the conversation %1$s</string>
7777
<string name="load_more_results">Load more results</string>
7878
<string name="local_time">Local time: %1$s</string>
79+
<string name="location_permission_denied">Location permission denied</string>
80+
<string name="location_permission_denied_msg">Please enable it in the app settings</string>
81+
<string name="location_services_disabled">Location services disabled</string>
82+
<string name="location_services_disabled_msg">Please enable location services (GPS) to use this feature</string>
7983
<string name="lock_conversation">Lock conversation</string>
8084
<string name="lock_symbol">Lock symbol</string>
8185
<string name="lower_hand">Lower hand</string>
@@ -653,6 +657,7 @@
653657
<string name="this_is_a_test_message">This is a test message</string>
654658
<string name="this_weekend">This weekend</string>
655659
<string name="thread_cancel">Cancel thread creation</string>
660+
<string name="thread_reply">Reply</string>
656661
<string name="thread_title">Thread title</string>
657662
<string name="today">Today</string>
658663
<string name="tomorrow">Tomorrow</string>
@@ -699,6 +704,10 @@
699704
<item quantity="one">This conversation will be automatically deleted for everyone in %1$d day of no activity</item>
700705
<item quantity="other">This conversation will be automatically deleted for everyone in %1$d days of no activity</item>
701706
</plurals>
707+
<plurals name="thread_replies">
708+
<item quantity="one">%d reply</item>
709+
<item quantity="other">%d replies</item>
710+
</plurals>
702711
<plurals name="polls_amount_voters">
703712
<item quantity="one">%d vote</item>
704713
<item quantity="other">%d votes</item>

app/src/main/res/values-tr/strings.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
<string name="left_conversation">%1$s görüşmesinden çıktınız</string>
7777
<string name="load_more_results">Diğer sonuçları yükle</string>
7878
<string name="local_time">Yerel zaman: %1$s</string>
79+
<string name="location_permission_denied">Konum izni reddedildi</string>
80+
<string name="location_permission_denied_msg">Lütfen Ayarlar içinden izin verin</string>
81+
<string name="location_services_disabled">Konum hizmetleri kapalı</string>
82+
<string name="location_services_disabled_msg">Bu özelliği kullanabilmek için konum hizmetlerini (GPS) açın</string>
7983
<string name="lock_conversation">Görüşmeyi kilitle</string>
8084
<string name="lock_symbol">Kilit simgesi</string>
8185
<string name="lower_hand">Eli indir</string>
@@ -653,6 +657,7 @@
653657
<string name="this_is_a_test_message">Bu bir deneme iletisidir</string>
654658
<string name="this_weekend">Bu hafta sonu</string>
655659
<string name="thread_cancel">Yazışma başlatmaktan vazgeç</string>
660+
<string name="thread_reply">Yanıtla</string>
656661
<string name="thread_title">Yazışma başlığı</string>
657662
<string name="today">Bugün</string>
658663
<string name="tomorrow">Yarın</string>
@@ -699,6 +704,10 @@
699704
<item quantity="one">Bu görüşme, %1$d gün boyunca etkileşim olmazsa herkesten otomatik olarak silinecek.</item>
700705
<item quantity="other">Bu görüşme, %1$d gün boyunca etkileşim olmazsa herkesten otomatik olarak silinecek.</item>
701706
</plurals>
707+
<plurals name="thread_replies">
708+
<item quantity="one">%d yanıt</item>
709+
<item quantity="other">%d yanıt</item>
710+
</plurals>
702711
<plurals name="polls_amount_voters">
703712
<item quantity="one">%d oy</item>
704713
<item quantity="other">%d oy</item>

app/src/main/res/values-zh-rHK/strings.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
<string name="left_conversation">你離開了對話 %1$s</string>
7777
<string name="load_more_results">正在載入更多結果</string>
7878
<string name="local_time">本地時間︰%1$s</string>
79+
<string name="location_permission_denied">位置權限被拒絕</string>
80+
<string name="location_permission_denied_msg">請在「應用程式設定」中啟用</string>
81+
<string name="location_services_disabled">已停用位置服務</string>
82+
<string name="location_services_disabled_msg">您必須啟用位置服務 (GPS) 以使用此功能</string>
7983
<string name="lock_conversation">鎖定對話</string>
8084
<string name="lock_symbol">鎖符號</string>
8185
<string name="lower_hand">放下手</string>
@@ -698,6 +702,9 @@
698702
<plurals name="nc_conversation_auto_delete_info">
699703
<item quantity="other">此對話如無人於%1$d天內互動,將會自動為所有人刪除。</item>
700704
</plurals>
705+
<plurals name="thread_replies">
706+
<item quantity="other">%d 個回覆</item>
707+
</plurals>
701708
<plurals name="polls_amount_voters">
702709
<item quantity="other">%d 選票</item>
703710
</plurals>

0 commit comments

Comments
 (0)