Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jul 18, 2024
1 parent 1f3f546 commit c007733
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ OC.L10N.register(
"Show Preview" : "Amosar a vista previa",
"Unacknowledge it" : "Non recoñecelo",
"Acknowledge it" : "Recoñéceo",
"Delete Selected" : "Eliminar a selección",
"Select All" : "Seleccionar todo",
"No duplicates found or no duplicate selected." : "Non se atoparon duplicados ou non se seleccionou ningún duplicado.",
"File" : "Ficheiro",
Expand All @@ -43,6 +44,8 @@ OC.L10N.register(
"Error unacknowledging duplicate." : "Produciuse un erro ao non recoñecer o duplicado.",
"File deleted successfully." : "Ficheiro eliminado correctamente",
"Error deleting file." : "Produciuse un erro ao eliminar o ficheiro.",
"Selected files deleted successfully." : "Os ficheiros seleccionados elimináronse correctamente.",
"Error deleting selected files." : "Produciuse un erro ao eliminar os ficheiros seleccionados.",
"The viewer is not available" : "O visor non está dispoñíbel"
},
"nplurals=2; plural=(n != 1);");
3 changes: 3 additions & 0 deletions l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Show Preview" : "Amosar a vista previa",
"Unacknowledge it" : "Non recoñecelo",
"Acknowledge it" : "Recoñéceo",
"Delete Selected" : "Eliminar a selección",
"Select All" : "Seleccionar todo",
"No duplicates found or no duplicate selected." : "Non se atoparon duplicados ou non se seleccionou ningún duplicado.",
"File" : "Ficheiro",
Expand All @@ -41,6 +42,8 @@
"Error unacknowledging duplicate." : "Produciuse un erro ao non recoñecer o duplicado.",
"File deleted successfully." : "Ficheiro eliminado correctamente",
"Error deleting file." : "Produciuse un erro ao eliminar o ficheiro.",
"Selected files deleted successfully." : "Os ficheiros seleccionados elimináronse correctamente.",
"Error deleting selected files." : "Produciuse un erro ao eliminar os ficheiros seleccionados.",
"The viewer is not available" : "O visor non está dispoñíbel"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
3 changes: 3 additions & 0 deletions l10n/pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ OC.L10N.register(
"Show Preview" : "Mostrar visualização",
"Unacknowledge it" : "Não reconheça",
"Acknowledge it" : "Reconheça",
"Delete Selected" : "Excluir selecionado",
"Select All" : "Select All",
"No duplicates found or no duplicate selected." : "Nenhuma duplicata encontrada ou nenhuma duplicata selecionada.",
"File" : "Arquivo",
Expand All @@ -43,6 +44,8 @@ OC.L10N.register(
"Error unacknowledging duplicate." : "Erro ao cancelar o reconhecimento da duplicata.",
"File deleted successfully." : "Arquivo excluído com sucesso.",
"Error deleting file." : "Erro ao excluir arquivo.",
"Selected files deleted successfully." : "Arquivos selecionados excluídos com sucesso.",
"Error deleting selected files." : "Erro ao excluir arquivos selecionados.",
"The viewer is not available" : "O visualizador não está disponível"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
3 changes: 3 additions & 0 deletions l10n/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Show Preview" : "Mostrar visualização",
"Unacknowledge it" : "Não reconheça",
"Acknowledge it" : "Reconheça",
"Delete Selected" : "Excluir selecionado",
"Select All" : "Select All",
"No duplicates found or no duplicate selected." : "Nenhuma duplicata encontrada ou nenhuma duplicata selecionada.",
"File" : "Arquivo",
Expand All @@ -41,6 +42,8 @@
"Error unacknowledging duplicate." : "Erro ao cancelar o reconhecimento da duplicata.",
"File deleted successfully." : "Arquivo excluído com sucesso.",
"Error deleting file." : "Erro ao excluir arquivo.",
"Selected files deleted successfully." : "Arquivos selecionados excluídos com sucesso.",
"Error deleting selected files." : "Erro ao excluir arquivos selecionados.",
"The viewer is not available" : "O visualizador não está disponível"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
3 changes: 3 additions & 0 deletions l10n/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ OC.L10N.register(
"Show Preview" : "Прикажи преглед",
"Unacknowledge it" : "Уклони потврду",
"Acknowledge it" : "Потврди",
"Delete Selected" : "Брисање изабраног",
"Select All" : "Изабери све",
"No duplicates found or no duplicate selected." : "Није пронађен ниједан дупликат, или није изабран ниједан.",
"File" : "Фајл",
Expand All @@ -43,6 +44,8 @@ OC.L10N.register(
"Error unacknowledging duplicate." : "Грешка приликом непотврђивања дупликата.",
"File deleted successfully." : "Фајл успешно обрисан.",
"Error deleting file." : "Грешка приликом брисања фајла.",
"Selected files deleted successfully." : "Изабрани фајлови су успешно обрисани.",
"Error deleting selected files." : "Грешка приликом брисања изабраних фајлова.",
"The viewer is not available" : "Приказивач није доступан"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
3 changes: 3 additions & 0 deletions l10n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Show Preview" : "Прикажи преглед",
"Unacknowledge it" : "Уклони потврду",
"Acknowledge it" : "Потврди",
"Delete Selected" : "Брисање изабраног",
"Select All" : "Изабери све",
"No duplicates found or no duplicate selected." : "Није пронађен ниједан дупликат, или није изабран ниједан.",
"File" : "Фајл",
Expand All @@ -41,6 +42,8 @@
"Error unacknowledging duplicate." : "Грешка приликом непотврђивања дупликата.",
"File deleted successfully." : "Фајл успешно обрисан.",
"Error deleting file." : "Грешка приликом брисања фајла.",
"Selected files deleted successfully." : "Изабрани фајлови су успешно обрисани.",
"Error deleting selected files." : "Грешка приликом брисања изабраних фајлова.",
"The viewer is not available" : "Приказивач није доступан"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}
3 changes: 3 additions & 0 deletions l10n/zh_TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ OC.L10N.register(
"Show Preview" : "顯示預覽",
"Unacknowledge it" : "取消確認它",
"Acknowledge it" : "確認它",
"Delete Selected" : "刪除選定的項目",
"Select All" : "選取全部",
"No duplicates found or no duplicate selected." : "找不到重複的項目或未選取重複的項目。",
"File" : "檔案",
Expand All @@ -43,6 +44,8 @@ OC.L10N.register(
"Error unacknowledging duplicate." : "取消確認重複項目時發生錯誤。",
"File deleted successfully." : "檔案成功刪除。",
"Error deleting file." : "刪除檔案時發生錯誤。",
"Selected files deleted successfully." : "已成功刪除選定的檔案。",
"Error deleting selected files." : "刪除選定的檔案時發生錯誤。",
"The viewer is not available" : "檢視程式不可用"
},
"nplurals=1; plural=0;");
3 changes: 3 additions & 0 deletions l10n/zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Show Preview" : "顯示預覽",
"Unacknowledge it" : "取消確認它",
"Acknowledge it" : "確認它",
"Delete Selected" : "刪除選定的項目",
"Select All" : "選取全部",
"No duplicates found or no duplicate selected." : "找不到重複的項目或未選取重複的項目。",
"File" : "檔案",
Expand All @@ -41,6 +42,8 @@
"Error unacknowledging duplicate." : "取消確認重複項目時發生錯誤。",
"File deleted successfully." : "檔案成功刪除。",
"Error deleting file." : "刪除檔案時發生錯誤。",
"Selected files deleted successfully." : "已成功刪除選定的檔案。",
"Error deleting selected files." : "刪除選定的檔案時發生錯誤。",
"The viewer is not available" : "檢視程式不可用"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit c007733

Please sign in to comment.