Browse Source

Run yarn run manage:translations and i18n-tasks normalize (#4302)

pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
3c515f2cd2
38 changed files with 70 additions and 20 deletions
  1. +1
    -0
      app/javascript/mastodon/locales/ar.json
  2. +1
    -0
      app/javascript/mastodon/locales/bg.json
  3. +1
    -0
      app/javascript/mastodon/locales/ca.json
  4. +1
    -0
      app/javascript/mastodon/locales/de.json
  5. +21
    -0
      app/javascript/mastodon/locales/defaultMessages.json
  6. +1
    -0
      app/javascript/mastodon/locales/en.json
  7. +1
    -0
      app/javascript/mastodon/locales/eo.json
  8. +1
    -0
      app/javascript/mastodon/locales/es.json
  9. +1
    -0
      app/javascript/mastodon/locales/fa.json
  10. +1
    -0
      app/javascript/mastodon/locales/fi.json
  11. +1
    -0
      app/javascript/mastodon/locales/fr.json
  12. +1
    -0
      app/javascript/mastodon/locales/he.json
  13. +1
    -0
      app/javascript/mastodon/locales/hr.json
  14. +1
    -0
      app/javascript/mastodon/locales/hu.json
  15. +1
    -0
      app/javascript/mastodon/locales/id.json
  16. +1
    -0
      app/javascript/mastodon/locales/io.json
  17. +1
    -0
      app/javascript/mastodon/locales/it.json
  18. +1
    -0
      app/javascript/mastodon/locales/ja.json
  19. +1
    -0
      app/javascript/mastodon/locales/ko.json
  20. +1
    -0
      app/javascript/mastodon/locales/nl.json
  21. +1
    -0
      app/javascript/mastodon/locales/no.json
  22. +1
    -0
      app/javascript/mastodon/locales/oc.json
  23. +1
    -0
      app/javascript/mastodon/locales/pl.json
  24. +1
    -0
      app/javascript/mastodon/locales/pt-BR.json
  25. +1
    -0
      app/javascript/mastodon/locales/pt.json
  26. +1
    -0
      app/javascript/mastodon/locales/ru.json
  27. +1
    -0
      app/javascript/mastodon/locales/th.json
  28. +1
    -0
      app/javascript/mastodon/locales/tr.json
  29. +1
    -0
      app/javascript/mastodon/locales/uk.json
  30. +1
    -0
      app/javascript/mastodon/locales/zh-CN.json
  31. +1
    -0
      app/javascript/mastodon/locales/zh-HK.json
  32. +1
    -0
      app/javascript/mastodon/locales/zh-TW.json
  33. +6
    -6
      config/locales/en.yml
  34. +3
    -3
      config/locales/ja.yml
  35. +6
    -6
      config/locales/pl.yml
  36. +1
    -1
      config/locales/simple_form.en.yml
  37. +1
    -2
      config/locales/simple_form.ja.yml
  38. +1
    -2
      config/locales/simple_form.pl.yml

+ 1
- 0
app/javascript/mastodon/locales/ar.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "لا تقم بإدراجه على الخيوط العامة", "privacy.unlisted.long": "لا تقم بإدراجه على الخيوط العامة",
"privacy.unlisted.short": "غير مدرج", "privacy.unlisted.short": "غير مدرج",
"reply_indicator.cancel": "إلغاء", "reply_indicator.cancel": "إلغاء",
"report.heading": "New report",
"report.placeholder": "تعليقات إضافية", "report.placeholder": "تعليقات إضافية",
"report.submit": "إرسال", "report.submit": "إرسال",
"report.target": "إبلاغ", "report.target": "إبلاغ",

+ 1
- 0
app/javascript/mastodon/locales/bg.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Do not show in public timelines", "privacy.unlisted.long": "Do not show in public timelines",
"privacy.unlisted.short": "Unlisted", "privacy.unlisted.short": "Unlisted",
"reply_indicator.cancel": "Отказ", "reply_indicator.cancel": "Отказ",
"report.heading": "New report",
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting", "report.target": "Reporting",

+ 1
- 0
app/javascript/mastodon/locales/ca.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "No publicar en línies de temps públiques", "privacy.unlisted.long": "No publicar en línies de temps públiques",
"privacy.unlisted.short": "No llistat", "privacy.unlisted.short": "No llistat",
"reply_indicator.cancel": "Cancel·lar", "reply_indicator.cancel": "Cancel·lar",
"report.heading": "New report",
"report.placeholder": "Comentaris addicionals", "report.placeholder": "Comentaris addicionals",
"report.submit": "Enviar", "report.submit": "Enviar",
"report.target": "Informes", "report.target": "Informes",

+ 1
- 0
app/javascript/mastodon/locales/de.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Nicht in öffentlichen Zeitleisten anzeigen", "privacy.unlisted.long": "Nicht in öffentlichen Zeitleisten anzeigen",
"privacy.unlisted.short": "Nicht gelistet", "privacy.unlisted.short": "Nicht gelistet",
"reply_indicator.cancel": "Abbrechen", "reply_indicator.cancel": "Abbrechen",
"report.heading": "New report",
"report.placeholder": "Zusätzliche Kommentare", "report.placeholder": "Zusätzliche Kommentare",
"report.submit": "Absenden", "report.submit": "Absenden",
"report.target": "Melden", "report.target": "Melden",

+ 21
- 0
app/javascript/mastodon/locales/defaultMessages.json View File

@ -965,6 +965,27 @@
], ],
"path": "app/javascript/mastodon/features/public_timeline/index.json" "path": "app/javascript/mastodon/features/public_timeline/index.json"
}, },
{
"descriptors": [
{
"defaultMessage": "New report",
"id": "report.heading"
},
{
"defaultMessage": "Additional comments",
"id": "report.placeholder"
},
{
"defaultMessage": "Submit",
"id": "report.submit"
},
{
"defaultMessage": "Reporting",
"id": "report.target"
}
],
"path": "app/javascript/mastodon/features/report/index.json"
},
{ {
"descriptors": [ "descriptors": [
{ {

+ 1
- 0
app/javascript/mastodon/locales/en.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Do not post to public timelines", "privacy.unlisted.long": "Do not post to public timelines",
"privacy.unlisted.short": "Unlisted", "privacy.unlisted.short": "Unlisted",
"reply_indicator.cancel": "Cancel", "reply_indicator.cancel": "Cancel",
"report.heading": "New report",
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting {target}", "report.target": "Reporting {target}",

+ 1
- 0
app/javascript/mastodon/locales/eo.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Do not show in public timelines", "privacy.unlisted.long": "Do not show in public timelines",
"privacy.unlisted.short": "Unlisted", "privacy.unlisted.short": "Unlisted",
"reply_indicator.cancel": "Rezigni", "reply_indicator.cancel": "Rezigni",
"report.heading": "New report",
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting", "report.target": "Reporting",

+ 1
- 0
app/javascript/mastodon/locales/es.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "No mostrar en la historia federada", "privacy.unlisted.long": "No mostrar en la historia federada",
"privacy.unlisted.short": "Sin federar", "privacy.unlisted.short": "Sin federar",
"reply_indicator.cancel": "Cancelar", "reply_indicator.cancel": "Cancelar",
"report.heading": "New report",
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting", "report.target": "Reporting",

+ 1
- 0
app/javascript/mastodon/locales/fa.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "عمومی، ولی فهرست نکن", "privacy.unlisted.long": "عمومی، ولی فهرست نکن",
"privacy.unlisted.short": "فهرست‌نشده", "privacy.unlisted.short": "فهرست‌نشده",
"reply_indicator.cancel": "لغو", "reply_indicator.cancel": "لغو",
"report.heading": "New report",
"report.placeholder": "توضیح اضافه", "report.placeholder": "توضیح اضافه",
"report.submit": "بفرست", "report.submit": "بفرست",
"report.target": "گزارش‌دادن", "report.target": "گزارش‌دادن",

+ 1
- 0
app/javascript/mastodon/locales/fi.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Do not show in public timelines", "privacy.unlisted.long": "Do not show in public timelines",
"privacy.unlisted.short": "Unlisted", "privacy.unlisted.short": "Unlisted",
"reply_indicator.cancel": "Peruuta", "reply_indicator.cancel": "Peruuta",
"report.heading": "New report",
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting", "report.target": "Reporting",

+ 1
- 0
app/javascript/mastodon/locales/fr.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Ne pas afficher dans les fils publics", "privacy.unlisted.long": "Ne pas afficher dans les fils publics",
"privacy.unlisted.short": "Non-listé", "privacy.unlisted.short": "Non-listé",
"reply_indicator.cancel": "Annuler", "reply_indicator.cancel": "Annuler",
"report.heading": "New report",
"report.placeholder": "Commentaires additionnels", "report.placeholder": "Commentaires additionnels",
"report.submit": "Envoyer", "report.submit": "Envoyer",
"report.target": "Signalement", "report.target": "Signalement",

+ 1
- 0
app/javascript/mastodon/locales/he.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "לא יופיע בפידים הציבוריים המשותפים", "privacy.unlisted.long": "לא יופיע בפידים הציבוריים המשותפים",
"privacy.unlisted.short": "לא לפיד הכללי", "privacy.unlisted.short": "לא לפיד הכללי",
"reply_indicator.cancel": "ביטול", "reply_indicator.cancel": "ביטול",
"report.heading": "New report",
"report.placeholder": "הערות נוספות", "report.placeholder": "הערות נוספות",
"report.submit": "שליחה", "report.submit": "שליחה",
"report.target": "דיווח", "report.target": "דיווח",

+ 1
- 0
app/javascript/mastodon/locales/hr.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Ne prikazuj u javnim timelineovima", "privacy.unlisted.long": "Ne prikazuj u javnim timelineovima",
"privacy.unlisted.short": "Unlisted", "privacy.unlisted.short": "Unlisted",
"reply_indicator.cancel": "Otkaži", "reply_indicator.cancel": "Otkaži",
"report.heading": "New report",
"report.placeholder": "Dodatni komentari", "report.placeholder": "Dodatni komentari",
"report.submit": "Pošalji", "report.submit": "Pošalji",
"report.target": "Prijavljivanje", "report.target": "Prijavljivanje",

+ 1
- 0
app/javascript/mastodon/locales/hu.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Do not show in public timelines", "privacy.unlisted.long": "Do not show in public timelines",
"privacy.unlisted.short": "Unlisted", "privacy.unlisted.short": "Unlisted",
"reply_indicator.cancel": "Mégsem", "reply_indicator.cancel": "Mégsem",
"report.heading": "New report",
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting", "report.target": "Reporting",

+ 1
- 0
app/javascript/mastodon/locales/id.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Tidak ditampilkan di linimasa publik", "privacy.unlisted.long": "Tidak ditampilkan di linimasa publik",
"privacy.unlisted.short": "Tak Terdaftar", "privacy.unlisted.short": "Tak Terdaftar",
"reply_indicator.cancel": "Batal", "reply_indicator.cancel": "Batal",
"report.heading": "New report",
"report.placeholder": "Komentar tambahan", "report.placeholder": "Komentar tambahan",
"report.submit": "Kirim", "report.submit": "Kirim",
"report.target": "Melaporkan", "report.target": "Melaporkan",

+ 1
- 0
app/javascript/mastodon/locales/io.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Ne montrar en publika tempolinei", "privacy.unlisted.long": "Ne montrar en publika tempolinei",
"privacy.unlisted.short": "Ne enlistigota", "privacy.unlisted.short": "Ne enlistigota",
"reply_indicator.cancel": "Nihiligar", "reply_indicator.cancel": "Nihiligar",
"report.heading": "New report",
"report.placeholder": "Plusa komenti", "report.placeholder": "Plusa komenti",
"report.submit": "Sendar", "report.submit": "Sendar",
"report.target": "Denuncante", "report.target": "Denuncante",

+ 1
- 0
app/javascript/mastodon/locales/it.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Non mostrare sulla timeline pubblica", "privacy.unlisted.long": "Non mostrare sulla timeline pubblica",
"privacy.unlisted.short": "Non elencato", "privacy.unlisted.short": "Non elencato",
"reply_indicator.cancel": "Annulla", "reply_indicator.cancel": "Annulla",
"report.heading": "New report",
"report.placeholder": "Commenti aggiuntivi", "report.placeholder": "Commenti aggiuntivi",
"report.submit": "Invia", "report.submit": "Invia",
"report.target": "Invio la segnalazione", "report.target": "Invio la segnalazione",

+ 1
- 0
app/javascript/mastodon/locales/ja.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "公開TLで表示しない", "privacy.unlisted.long": "公開TLで表示しない",
"privacy.unlisted.short": "未収載", "privacy.unlisted.short": "未収載",
"reply_indicator.cancel": "キャンセル", "reply_indicator.cancel": "キャンセル",
"report.heading": "New report",
"report.placeholder": "コメント", "report.placeholder": "コメント",
"report.submit": "通報する", "report.submit": "通報する",
"report.target": "問題のユーザー", "report.target": "問題のユーザー",

+ 1
- 0
app/javascript/mastodon/locales/ko.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "공개 타임라인에 표시하지 않음", "privacy.unlisted.long": "공개 타임라인에 표시하지 않음",
"privacy.unlisted.short": "Unlisted", "privacy.unlisted.short": "Unlisted",
"reply_indicator.cancel": "취소", "reply_indicator.cancel": "취소",
"report.heading": "New report",
"report.placeholder": "코멘트", "report.placeholder": "코멘트",
"report.submit": "신고하기", "report.submit": "신고하기",
"report.target": "문제가 된 사용자", "report.target": "문제가 된 사용자",

+ 1
- 0
app/javascript/mastodon/locales/nl.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Niet op openbare tijdlijnen tonen", "privacy.unlisted.long": "Niet op openbare tijdlijnen tonen",
"privacy.unlisted.short": "Minder openbaar", "privacy.unlisted.short": "Minder openbaar",
"reply_indicator.cancel": "Annuleren", "reply_indicator.cancel": "Annuleren",
"report.heading": "New report",
"report.placeholder": "Extra opmerkingen", "report.placeholder": "Extra opmerkingen",
"report.submit": "Verzenden", "report.submit": "Verzenden",
"report.target": "Rapporteren van", "report.target": "Rapporteren van",

+ 1
- 0
app/javascript/mastodon/locales/no.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Ikke vis i offentlige tidslinjer", "privacy.unlisted.long": "Ikke vis i offentlige tidslinjer",
"privacy.unlisted.short": "Uoppført", "privacy.unlisted.short": "Uoppført",
"reply_indicator.cancel": "Avbryt", "reply_indicator.cancel": "Avbryt",
"report.heading": "New report",
"report.placeholder": "Tilleggskommentarer", "report.placeholder": "Tilleggskommentarer",
"report.submit": "Send inn", "report.submit": "Send inn",
"report.target": "Rapporterer", "report.target": "Rapporterer",

+ 1
- 0
app/javascript/mastodon/locales/oc.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Mostrar pas dins los fluxes publics", "privacy.unlisted.long": "Mostrar pas dins los fluxes publics",
"privacy.unlisted.short": "Pas-listat", "privacy.unlisted.short": "Pas-listat",
"reply_indicator.cancel": "Anullar", "reply_indicator.cancel": "Anullar",
"report.heading": "New report",
"report.placeholder": "Comentaris addicionals", "report.placeholder": "Comentaris addicionals",
"report.submit": "Mandar", "report.submit": "Mandar",
"report.target": "Senhalar {target}", "report.target": "Senhalar {target}",

+ 1
- 0
app/javascript/mastodon/locales/pl.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Niewidoczne na publicznych osiach czasu", "privacy.unlisted.long": "Niewidoczne na publicznych osiach czasu",
"privacy.unlisted.short": "Niewidoczne", "privacy.unlisted.short": "Niewidoczne",
"reply_indicator.cancel": "Anuluj", "reply_indicator.cancel": "Anuluj",
"report.heading": "New report",
"report.placeholder": "Dodatkowe komentarze", "report.placeholder": "Dodatkowe komentarze",
"report.submit": "Wyślij", "report.submit": "Wyślij",
"report.target": "Zgłaszanie {target}", "report.target": "Zgłaszanie {target}",

+ 1
- 0
app/javascript/mastodon/locales/pt-BR.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Não publicar nos feeds públicos", "privacy.unlisted.long": "Não publicar nos feeds públicos",
"privacy.unlisted.short": "Não listar", "privacy.unlisted.short": "Não listar",
"reply_indicator.cancel": "Cancelar", "reply_indicator.cancel": "Cancelar",
"report.heading": "New report",
"report.placeholder": "Comentários adicionais", "report.placeholder": "Comentários adicionais",
"report.submit": "Enviar", "report.submit": "Enviar",
"report.target": "Denunciar", "report.target": "Denunciar",

+ 1
- 0
app/javascript/mastodon/locales/pt.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Não publicar nos feeds públicos", "privacy.unlisted.long": "Não publicar nos feeds públicos",
"privacy.unlisted.short": "Não listar", "privacy.unlisted.short": "Não listar",
"reply_indicator.cancel": "Cancelar", "reply_indicator.cancel": "Cancelar",
"report.heading": "New report",
"report.placeholder": "Comentários adicionais", "report.placeholder": "Comentários adicionais",
"report.submit": "Enviar", "report.submit": "Enviar",
"report.target": "Denunciar", "report.target": "Denunciar",

+ 1
- 0
app/javascript/mastodon/locales/ru.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Не показывать в лентах", "privacy.unlisted.long": "Не показывать в лентах",
"privacy.unlisted.short": "Скрытый", "privacy.unlisted.short": "Скрытый",
"reply_indicator.cancel": "Отмена", "reply_indicator.cancel": "Отмена",
"report.heading": "New report",
"report.placeholder": "Комментарий", "report.placeholder": "Комментарий",
"report.submit": "Отправить", "report.submit": "Отправить",
"report.target": "Жалуемся на", "report.target": "Жалуемся на",

+ 1
- 0
app/javascript/mastodon/locales/th.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Do not post to public timelines", "privacy.unlisted.long": "Do not post to public timelines",
"privacy.unlisted.short": "Unlisted", "privacy.unlisted.short": "Unlisted",
"reply_indicator.cancel": "Cancel", "reply_indicator.cancel": "Cancel",
"report.heading": "New report",
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting", "report.target": "Reporting",

+ 1
- 0
app/javascript/mastodon/locales/tr.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Herkese açık zaman tüneline gönderme", "privacy.unlisted.long": "Herkese açık zaman tüneline gönderme",
"privacy.unlisted.short": "Listelenmemiş", "privacy.unlisted.short": "Listelenmemiş",
"reply_indicator.cancel": "İptal", "reply_indicator.cancel": "İptal",
"report.heading": "New report",
"report.placeholder": "Ek yorumlar", "report.placeholder": "Ek yorumlar",
"report.submit": "Gönder", "report.submit": "Gönder",
"report.target": "Raporlama", "report.target": "Raporlama",

+ 1
- 0
app/javascript/mastodon/locales/uk.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "Не показувати у публічних стрічках", "privacy.unlisted.long": "Не показувати у публічних стрічках",
"privacy.unlisted.short": "Прихований", "privacy.unlisted.short": "Прихований",
"reply_indicator.cancel": "Відмінити", "reply_indicator.cancel": "Відмінити",
"report.heading": "New report",
"report.placeholder": "Додаткові коментарі", "report.placeholder": "Додаткові коментарі",
"report.submit": "Відправити", "report.submit": "Відправити",
"report.target": "Скаржимося на", "report.target": "Скаржимося на",

+ 1
- 0
app/javascript/mastodon/locales/zh-CN.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "公开,但不在公共时间轴显示", "privacy.unlisted.long": "公开,但不在公共时间轴显示",
"privacy.unlisted.short": "公开", "privacy.unlisted.short": "公开",
"reply_indicator.cancel": "取消", "reply_indicator.cancel": "取消",
"report.heading": "New report",
"report.placeholder": "额外消息", "report.placeholder": "额外消息",
"report.submit": "提交", "report.submit": "提交",
"report.target": "Reporting", "report.target": "Reporting",

+ 1
- 0
app/javascript/mastodon/locales/zh-HK.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "公開,但不在公共時間軸顯示", "privacy.unlisted.long": "公開,但不在公共時間軸顯示",
"privacy.unlisted.short": "公開", "privacy.unlisted.short": "公開",
"reply_indicator.cancel": "取消", "reply_indicator.cancel": "取消",
"report.heading": "New report",
"report.placeholder": "額外訊息", "report.placeholder": "額外訊息",
"report.submit": "提交", "report.submit": "提交",
"report.target": "舉報", "report.target": "舉報",

+ 1
- 0
app/javascript/mastodon/locales/zh-TW.json View File

@ -146,6 +146,7 @@
"privacy.unlisted.long": "不要貼到公開時間軸", "privacy.unlisted.long": "不要貼到公開時間軸",
"privacy.unlisted.short": "不列出來", "privacy.unlisted.short": "不列出來",
"reply_indicator.cancel": "取消", "reply_indicator.cancel": "取消",
"report.heading": "New report",
"report.placeholder": "更多訊息", "report.placeholder": "更多訊息",
"report.submit": "送出", "report.submit": "送出",
"report.target": "通報中", "report.target": "通報中",

+ 6
- 6
config/locales/en.yml View File

@ -198,8 +198,8 @@ en:
show: Show media show: Show media
title: Media title: Media
no_media: No media no_media: No media
with_media: With media
title: Account statuses title: Account statuses
with_media: With media
subscriptions: subscriptions:
callback_url: Callback URL callback_url: Callback URL
confirmed: Confirmed confirmed: Confirmed
@ -347,15 +347,15 @@ en:
follow: follow:
title: "%{name} is now following you" title: "%{name} is now following you"
mention: mention:
action_boost: 'Boost'
action_expand: 'Show more'
action_favourite: 'Favourite'
action_boost: Boost
action_expand: Show more
action_favourite: Favourite
title: "%{name} mentioned you" title: "%{name} mentioned you"
reblog: reblog:
title: "%{name} boosted your status" title: "%{name} boosted your status"
subscribed: subscribed:
body: "You can now receive push notifications."
title: "Subscription registered!"
body: You can now receive push notifications.
title: Subscription registered!
remote_follow: remote_follow:
acct: Enter your username@domain you want to follow from acct: Enter your username@domain you want to follow from
missing_resource: Could not find the required redirect URL for your account missing_resource: Could not find the required redirect URL for your account

+ 3
- 3
config/locales/ja.yml View File

@ -198,8 +198,8 @@ ja:
show: メディアを表示 show: メディアを表示
title: メディア title: メディア
no_media: メディアなし no_media: メディアなし
with_media: メディアあり
title: トゥート一覧 title: トゥート一覧
with_media: メディアあり
subscriptions: subscriptions:
callback_url: コールバックURL callback_url: コールバックURL
confirmed: 確認済み confirmed: 確認済み
@ -345,12 +345,12 @@ ja:
favourite: favourite:
title: あなたのトゥートが %{name} さんにお気に入り登録されました title: あなたのトゥートが %{name} さんにお気に入り登録されました
follow: follow:
title: '%{name} さんにフォローされました';
title: "%{name} さんにフォローされました";
mention: mention:
action_boost: ブースト action_boost: ブースト
action_expand: もっと見る action_expand: もっと見る
action_favourite: お気に入り action_favourite: お気に入り
title: '%{name} さんから返信がありました';
title: "%{name} さんから返信がありました";
reblog: reblog:
title: あなたのトゥートが %{name} さんにブーストされました title: あなたのトゥートが %{name} さんにブーストされました
subscribed: subscribed:

+ 6
- 6
config/locales/pl.yml View File

@ -198,8 +198,8 @@ pl:
show: Pokaż zawartość multimedialną show: Pokaż zawartość multimedialną
title: Media title: Media
no_media: Bez zawartości multimedialnej no_media: Bez zawartości multimedialnej
with_media: Z zawartością multimedialną
title: Statusy konta title: Statusy konta
with_media: Z zawartością multimedialną
subscriptions: subscriptions:
callback_url: URL zwrotny callback_url: URL zwrotny
confirmed: Potwierdzono confirmed: Potwierdzono
@ -351,15 +351,15 @@ pl:
follow: follow:
title: "%{name} zaczął Cię śledzić" title: "%{name} zaczął Cię śledzić"
mention: mention:
action_boost: 'Podbij'
action_expand: 'Pokaż więcej'
action_favourite: 'Dodaj do ulubionych'
action_boost: Podbij
action_expand: Pokaż więcej
action_favourite: Dodaj do ulubionych
title: "%{name} wspomniał o Tobie" title: "%{name} wspomniał o Tobie"
reblog: reblog:
title: "%{name} podbił Twój status" title: "%{name} podbił Twój status"
subscribed: subscribed:
body: "Otrzymujesz teraz powiadomienia push."
title: "Zarejestrowano subskrypcję!"
body: Otrzymujesz teraz powiadomienia push.
title: Zarejestrowano subskrypcję!
remote_follow: remote_follow:
acct: Podaj swój adres (nazwa@domena), z którego chcesz śledzić acct: Podaj swój adres (nazwa@domena), z którego chcesz śledzić
missing_resource: Nie udało się znaleźć adresu przekierowania z Twojej domeny missing_resource: Nie udało się znaleźć adresu przekierowania z Twojej domeny

+ 1
- 1
config/locales/simple_form.en.yml View File

@ -41,9 +41,9 @@ en:
setting_default_privacy: Post privacy setting_default_privacy: Post privacy
setting_default_sensitive: Always mark media as sensitive setting_default_sensitive: Always mark media as sensitive
setting_delete_modal: Show confirmation dialog before deleting a toot setting_delete_modal: Show confirmation dialog before deleting a toot
setting_noindex: Opt-out of search engine indexing
setting_system_font_ui: Use system's default font setting_system_font_ui: Use system's default font
setting_unfollow_modal: Show confirmation dialog before unfollowing someone setting_unfollow_modal: Show confirmation dialog before unfollowing someone
setting_noindex: Opt-out of search engine indexing
severity: Severity severity: Severity
type: Import type type: Import type
username: Username username: Username

+ 1
- 2
config/locales/simple_form.ja.yml View File

@ -9,7 +9,6 @@ ja:
locked: フォロワーを手動で承認する必要があります。 locked: フォロワーを手動で承認する必要があります。
note: あと<span class="note-counter">%{count}</span>文字入力できます。 note: あと<span class="note-counter">%{count}</span>文字入力できます。
setting_noindex: 公開プロフィールおよび各投稿ページに影響します setting_noindex: 公開プロフィールおよび各投稿ページに影響します
imports: imports:
data: 他の Mastodon インスタンスからエクスポートしたCSVファイルを選択して下さい data: 他の Mastodon インスタンスからエクスポートしたCSVファイルを選択して下さい
sessions: sessions:
@ -38,9 +37,9 @@ ja:
setting_default_privacy: 投稿の公開範囲 setting_default_privacy: 投稿の公開範囲
setting_default_sensitive: メディアを常に閲覧注意としてマークする setting_default_sensitive: メディアを常に閲覧注意としてマークする
setting_delete_modal: トゥートを削除する前に確認ダイアログを表示する setting_delete_modal: トゥートを削除する前に確認ダイアログを表示する
setting_noindex: 検索エンジンによるインデックスを拒否する
setting_system_font_ui: システムのデフォルトフォントを使う setting_system_font_ui: システムのデフォルトフォントを使う
setting_unfollow_modal: フォロー解除する前に確認ダイアログを表示する setting_unfollow_modal: フォロー解除する前に確認ダイアログを表示する
setting_noindex: 検索エンジンによるインデックスを拒否する
severity: 重大性 severity: 重大性
type: インポートする項目 type: インポートする項目
username: ユーザー名 username: ユーザー名

+ 1
- 2
config/locales/simple_form.pl.yml View File

@ -40,14 +40,13 @@ pl:
otp_attempt: Kod uwierzytelnienia dwustopniowego otp_attempt: Kod uwierzytelnienia dwustopniowego
password: Hasło password: Hasło
setting_auto_play_gif: Automatycznie odtwarzaj animowane GIFy setting_auto_play_gif: Automatycznie odtwarzaj animowane GIFy
setting_boost_modal: Pytaj o potwierdzenie przed podbiciem setting_boost_modal: Pytaj o potwierdzenie przed podbiciem
setting_default_privacy: Widoczność posta setting_default_privacy: Widoczność posta
setting_default_sensitive: Zawsze oznaczaj zawartość multimedialną jako wrażliwą setting_default_sensitive: Zawsze oznaczaj zawartość multimedialną jako wrażliwą
setting_delete_modal: Pytaj o potwierdzenie przed usunięciem postu setting_delete_modal: Pytaj o potwierdzenie przed usunięciem postu
setting_noindex: Nie indeksuj mojego profilu w wyszukiwarkach internetowych
setting_system_font_ui: Używaj domyślnej czcionki systemu setting_system_font_ui: Używaj domyślnej czcionki systemu
setting_unfollow_modal: Pytaj o potwierdzenie przed usunięciem śledzenia setting_unfollow_modal: Pytaj o potwierdzenie przed usunięciem śledzenia
setting_noindex: Nie indeksuj mojego profilu w wyszukiwarkach internetowych
severity: Priorytet severity: Priorytet
type: Typ importu type: Typ importu
username: Nazwa użytkownika username: Nazwa użytkownika

Loading…
Cancel
Save