Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions l10n/ja.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
# Takafumi AKAMATSU, 2024
# devi, 2024
# kshimohata, 2024
# test test, 2025
#
msgid ""
msgstr ""
"Last-Translator: kshimohata, 2024\n"
"Last-Translator: test test, 2025\n"
"Language-Team: Japanese (Japan) (https://app.transifex.com/nextcloud/teams/64236/ja_JP/)\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Language: ja_JP\n"
Expand All @@ -32,7 +33,8 @@ msgid_plural "{count} file conflicts in {dirname}"
msgstr[0] "{dirname} で {count} 個のファイルが競合しています"

msgid "{seconds} seconds left"
msgstr "残り {seconds} 秒"
msgid_plural "{seconds} seconds left"
msgstr[0] "残り{seconds}"

#. TRANSLATORS time has the format 00:00:00
msgid "{time} left"
Expand All @@ -41,6 +43,9 @@ msgstr "残り {time}"
msgid "a few seconds left"
msgstr "残り数秒"

msgid "assembling"
msgstr "組み立て中"

msgid "Cancel"
msgstr "キャンセル"

Expand All @@ -62,6 +67,12 @@ msgstr "概算残り時間"
msgid "Existing version"
msgstr "既存バージョン"

msgid "Failed assembling the chunks together"
msgstr "チャンクを一緒に組み立てるのに失敗しました。"

msgid "Failed uploading the file"
msgstr "ファイルのアップロードに失敗しました。"

msgid "Filenames must not end with \"{segment}\"."
msgstr "ファイル名の末尾に \"{segment}\" を付けることはできません。"

Expand Down
17 changes: 15 additions & 2 deletions l10n/pt_BR.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
# Leonardo Colman Lopes <leonardo.dev@colman.com.br>, 2024
# Rodrigo Sottomaior Macedo <sottomaiormacedotec@sottomaiormacedo.tech>, 2024
# Paulo Schopf, 2024
# F Bausch, 2025
#
msgid ""
msgstr ""
"Last-Translator: Paulo Schopf, 2024\n"
"Last-Translator: F Bausch, 2025\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/nextcloud/teams/64236/pt_BR/)\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Language: pt_BR\n"
Expand Down Expand Up @@ -35,7 +36,10 @@ msgstr[1] "{count} conflitos de arquivo em {dirname}"
msgstr[2] "{count} conflitos de arquivo em {dirname}"

msgid "{seconds} seconds left"
msgstr "{seconds} segundos restantes"
msgid_plural "{seconds} seconds left"
msgstr[0] "{seconds} segundo restante"
msgstr[1] "{seconds} segundos restantes"
msgstr[2] "{seconds} segundos restantes"

#. TRANSLATORS time has the format 00:00:00
msgid "{time} left"
Expand All @@ -44,6 +48,9 @@ msgstr "{time} restante"
msgid "a few seconds left"
msgstr "alguns segundos restantes"

msgid "assembling"
msgstr "montando"

msgid "Cancel"
msgstr "Cancelar"

Expand All @@ -65,6 +72,12 @@ msgstr "estimando tempo restante"
msgid "Existing version"
msgstr "Versão existente"

msgid "Failed assembling the chunks together"
msgstr "Falha ao montar os blocos juntos"

msgid "Failed uploading the file"
msgstr "Falha ao fazer o upload do arquivo"

msgid "Filenames must not end with \"{segment}\"."
msgstr "Os nomes dos arquivos não devem terminar com \"{segment}\"."

Expand Down
16 changes: 13 additions & 3 deletions l10n/zh_HK.pot
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Translators:
# Joas Schilling, 2024
# Café Tango, 2024
# Café Tango, 2025
#
msgid ""
msgstr ""
"Last-Translator: Café Tango, 2024\n"
"Last-Translator: Café Tango, 2025\n"
"Language-Team: Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Language: zh_HK\n"
Expand All @@ -29,7 +29,8 @@ msgid_plural "{count} file conflicts in {dirname}"
msgstr[0] "{dirname} 中有 {count} 個檔案衝突"

msgid "{seconds} seconds left"
msgstr "剩餘 {seconds} 秒"
msgid_plural "{seconds} seconds left"
msgstr[0] "剩餘 {seconds} 秒"

#. TRANSLATORS time has the format 00:00:00
msgid "{time} left"
Expand All @@ -38,6 +39,9 @@ msgstr "剩餘 {time}"
msgid "a few seconds left"
msgstr "還剩幾秒"

msgid "assembling"
msgstr "組裝"

msgid "Cancel"
msgstr "取消"

Expand All @@ -59,6 +63,12 @@ msgstr "估計剩餘時間"
msgid "Existing version"
msgstr "既有版本"

msgid "Failed assembling the chunks together"
msgstr "組裝這些部分時失敗"

msgid "Failed uploading the file"
msgstr "上傳文件失敗"

msgid "Filenames must not end with \"{segment}\"."
msgstr "檔案名不得以 \"{segment}\" 結尾。"

Expand Down
Loading