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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Apr 10, 2024
1 parent a4dae48 commit a23dc8e
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,12 @@ OC.L10N.register(
"%s shared multiple files with \"%s\"." : "%s compartió múltiples ficheros con «%s».",
"%s shared multiple files with you." : "%s compartió múltiples ficheros contigo.",
"Boot up" : "Arrinque",
"Nextcloud Initialization" : "Aniciu de Nextcloud",
"Circles App Initialization" : "Aniciu de l'aplicación Círculos",
"Fresh installation status" : "Estáu de la instalación nueva",
"Building Local Database" : "Creando la base de datos llocal",
"Testing Basic Circle Creation" : "Probando la creación d'un círculu básicu",
"Adding local users and moderators" : "Amestando usuarios y moderadores llocales",
"Show all teams" : "Amosar tolos equipos",
"Create a new team" : "Crear un equipu",
"Files" : "Ficheros",
Expand Down
3 changes: 3 additions & 0 deletions l10n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,12 @@
"%s shared multiple files with \"%s\"." : "%s compartió múltiples ficheros con «%s».",
"%s shared multiple files with you." : "%s compartió múltiples ficheros contigo.",
"Boot up" : "Arrinque",
"Nextcloud Initialization" : "Aniciu de Nextcloud",
"Circles App Initialization" : "Aniciu de l'aplicación Círculos",
"Fresh installation status" : "Estáu de la instalación nueva",
"Building Local Database" : "Creando la base de datos llocal",
"Testing Basic Circle Creation" : "Probando la creación d'un círculu básicu",
"Adding local users and moderators" : "Amestando usuarios y moderadores llocales",
"Show all teams" : "Amosar tolos equipos",
"Create a new team" : "Crear un equipu",
"Files" : "Ficheros",
Expand Down
10 changes: 10 additions & 0 deletions l10n/es_MX.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
OC.L10N.register(
"circles",
{
"Teams" : "Equipos",
"Teams' files" : "Archivos del equipo",
"Select team to filter by" : "Selecciona el equipo por el que filtrar",
"No teams found" : "No se encontraron equipos",
"Please select teams to filter by" : "Por favor, seleccione los equipos por los que filtrar",
"No files found for the selected teams" : "No se encontraron archivos para los equipos seleccionados",
"You created the team {circle}" : "Ha creado el equipo {circle}",
"{author} created the team {circle}" : "{author} creó el equipo {circle}",
"You deleted {circle}" : "Borraste el círculo {circle}",
"{author} deleted {circle}" : "{author} borró {circle}",
"You made {member} join {circle}" : "Ha hecho que {member} se una a {circle}",
"{author} made {member} join {circle}" : "{author} ha hecho que {member} se una a {circle}",
"You joined {circle}" : "Te uniste a {circle}",
"{member} joined {circle}" : "{member} se unió a {circle}",
"You accepted the invitation to join {circle}" : "Aceptaste la invitación para unirte a {cirlce}",
Expand Down
10 changes: 10 additions & 0 deletions l10n/es_MX.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{ "translations": {
"Teams" : "Equipos",
"Teams' files" : "Archivos del equipo",
"Select team to filter by" : "Selecciona el equipo por el que filtrar",
"No teams found" : "No se encontraron equipos",
"Please select teams to filter by" : "Por favor, seleccione los equipos por los que filtrar",
"No files found for the selected teams" : "No se encontraron archivos para los equipos seleccionados",
"You created the team {circle}" : "Ha creado el equipo {circle}",
"{author} created the team {circle}" : "{author} creó el equipo {circle}",
"You deleted {circle}" : "Borraste el círculo {circle}",
"{author} deleted {circle}" : "{author} borró {circle}",
"You made {member} join {circle}" : "Ha hecho que {member} se una a {circle}",
"{author} made {member} join {circle}" : "{author} ha hecho que {member} se una a {circle}",
"You joined {circle}" : "Te uniste a {circle}",
"{member} joined {circle}" : "{member} se unió a {circle}",
"You accepted the invitation to join {circle}" : "Aceptaste la invitación para unirte a {cirlce}",
Expand Down
13 changes: 13 additions & 0 deletions l10n/ja.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
OC.L10N.register(
"circles",
{
"Teams" : "チーム",
"Teams' files" : "チームのファイル",
"Select team to filter by" : "フィルターするチームを選択",
"No teams found" : "チームは見つかりませんでした",
"Please select teams to filter by" : "フィルターするチームを選択してください",
"No files found for the selected teams" : "選択したチームに割りあてられているファイルはありません",
"You created the team {circle}" : "あなたはチーム {circle} を作成しました",
"{author} created the team {circle}" : "{author} がチーム {circle} を作成しました",
"You deleted {circle}" : "あなたは {circle} を削除しました",
"{author} deleted {circle}" : "{author} が {circle} を削除しました",
"You made {member} join {circle}" : "あなたは {member} を {circle} に加入させました",
"{author} made {member} join {circle}" : "{author} は {member} を {circle} に加入させました",
"You added team {member} as member to {circle}" : "あなたは {circle} にチーム {member} をメンバーとして追加しました",
"{author} added team {member} has been added as member to {circle}" : "{author} がチーム {member} のメンバーとして {circle} に追加されました",
"You made {member} leave {circle}" : "あなたは {member} を {circle} から脱退させました",
"You joined {circle}" : "あなたは {circle} に参加しました",
"{member} joined {circle}" : "{member} が {circle} に参加しました",
"You accepted the invitation to join {circle}" : "{circle}への招待を受け入れました",
Expand Down
13 changes: 13 additions & 0 deletions l10n/ja.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{ "translations": {
"Teams" : "チーム",
"Teams' files" : "チームのファイル",
"Select team to filter by" : "フィルターするチームを選択",
"No teams found" : "チームは見つかりませんでした",
"Please select teams to filter by" : "フィルターするチームを選択してください",
"No files found for the selected teams" : "選択したチームに割りあてられているファイルはありません",
"You created the team {circle}" : "あなたはチーム {circle} を作成しました",
"{author} created the team {circle}" : "{author} がチーム {circle} を作成しました",
"You deleted {circle}" : "あなたは {circle} を削除しました",
"{author} deleted {circle}" : "{author} が {circle} を削除しました",
"You made {member} join {circle}" : "あなたは {member} を {circle} に加入させました",
"{author} made {member} join {circle}" : "{author} は {member} を {circle} に加入させました",
"You added team {member} as member to {circle}" : "あなたは {circle} にチーム {member} をメンバーとして追加しました",
"{author} added team {member} has been added as member to {circle}" : "{author} がチーム {member} のメンバーとして {circle} に追加されました",
"You made {member} leave {circle}" : "あなたは {member} を {circle} から脱退させました",
"You joined {circle}" : "あなたは {circle} に参加しました",
"{member} joined {circle}" : "{member} が {circle} に参加しました",
"You accepted the invitation to join {circle}" : "{circle}への招待を受け入れました",
Expand Down

0 comments on commit a23dc8e

Please sign in to comment.