Skip to content

Commit

Permalink
Merge branch 'l10n_master'
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Oct 3, 2023
2 parents 1f4152b + cbce90c commit 6c1c5b7
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 1 deletion.
248 changes: 248 additions & 0 deletions mastodon/src/main/res/values-gl-rES/strings.xml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions mastodon/src/main/res/values-hy-rAM/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<string name="user_sent_follow_request">%s հետեւելու հարցում է ուղարկել</string>
<string name="user_favorited">%s-ը հավանեց ձեր գրառումը</string>
<string name="notification_boosted">%s տարածեց ձեր գրառումը</string>
<string name="poll_ended">Տեսեք ձեր քվեարկած հարցման արդյունքները</string>
<string name="share_toot_title">Տարածել</string>
<string name="settings">Կարգավորումներ</string>
<string name="publish">Հրապարակել</string>
Expand Down Expand Up @@ -102,6 +103,7 @@
<string name="deleting">Ջնջում…</string>
<string name="play">Նվագարկել</string>
<string name="pause">Դադար տալ</string>
<string name="log_out">Ելք</string>
<string name="add_account">Ավելացնել հաշիվ</string>
<string name="search_hint">Որոնել</string>
<string name="hashtags">Պիտակներ</string>
Expand Down
13 changes: 13 additions & 0 deletions mastodon/src/main/res/values-in-rID/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,5 +554,18 @@
<string name="time_hours_ago_short">%dj yang lalu</string>
<string name="time_days_ago_short">%dh yang lalu</string>
<!-- %s is the name of the post language -->
<string name="translate_post">Terjemahkan dari bahasa %s</string>
<!-- %1$s is the language, %2$s is the name of the translation service -->
<string name="post_translated">Diterjemahkan dari bahasa %1$s menggunakan %2$s</string>
<string name="translation_show_original">Tampilkan yang asli</string>
<string name="translation_failed">Terjemahan gagal. Administrator mungkin belum mengaktifkan terjemahan di server ini atau server ini menjalankan Mastodon versi lama yang belum mendukung terjemahan.</string>
<string name="settings_privacy">Privasi dan jangkauan</string>
<string name="settings_discoverable">Fiturkan profil dan kiriman dalam algoritma penjelajahan</string>
<string name="settings_indexable">Sertakan kiriman publik dalam hasil pencarian</string>
<plurals name="x_participants">
<item quantity="other">%,d peserta</item>
</plurals>
<plurals name="x_posts_today">
<item quantity="other">%,d kiriman hari ini</item>
</plurals>
</resources>
10 changes: 10 additions & 0 deletions mastodon/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,15 @@
<string name="time_hours_ago_short">%dh atrás</string>
<string name="time_days_ago_short">%dd atrás</string>
<!-- %s is the name of the post language -->
<string name="translate_post">Traduzido de %s</string>
<!-- %1$s is the language, %2$s is the name of the translation service -->
<string name="post_translated">Traduzido de %1$s usando %2$s</string>
<string name="translation_show_original">Mostrar original</string>
<string name="translation_failed">A tradução falhou. Talvez o administrador não tenha habilitado as traduções neste servidor ou este servidor esteja executando uma versão mais antiga do Mastodon onde as traduções ainda não são suportadas.</string>
<string name="settings_privacy">Privacidade e alcance</string>
<string name="settings_indexable">Incluir publicações públicas nos resultados de pesquisa</string>
<plurals name="x_participants">
<item quantity="one">%,d participante</item>
<item quantity="other">%,d participantes</item>
</plurals>
</resources>
2 changes: 1 addition & 1 deletion mastodon/src/main/res/values-si-rLK/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<string name="discard">ඉවතලන්න</string>
<string name="cancel">අවලංගු</string>
<string name="media">මාධ්‍ය</string>
<string name="profile_about">පිලිබඳව</string>
<string name="profile_about">පිළිබඳව</string>
<string name="edit_profile">පැතිකඩ සංස්කරණය</string>
<string name="mute_user">%s නිහඬ</string>
<string name="unmute_user">%s නොනිහඬ</string>
Expand Down
3 changes: 3 additions & 0 deletions mastodon/src/main/res/values-vi-rVN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@
<string name="post_translated">Dịch từ %1$s bằng %2$s</string>
<string name="translation_show_original">Bản gốc</string>
<string name="translation_failed">Dịch không thành công. Có thể quản trị viên chưa bật dịch trên máy chủ này hoặc máy chủ này đang chạy phiên bản cũ hơn của Mastodon chưa hỗ trợ dịch.</string>
<string name="settings_privacy">Riêng tư và tiếp cận</string>
<string name="settings_discoverable">Cho phép khám phá hồ sơ</string>
<string name="settings_indexable">Cho phép hiện tút công khai trong kết quả tìm kiếm</string>
<plurals name="x_participants">
<item quantity="other">%,d người thảo luận</item>
</plurals>
Expand Down

0 comments on commit 6c1c5b7

Please sign in to comment.