Skip to content

Commit

Permalink
Merge branch 'master' into email-fallback-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Sep 16, 2024
2 parents 4b58c12 + f3dae82 commit 809ea6a
Show file tree
Hide file tree
Showing 11 changed files with 195 additions and 32 deletions.
33 changes: 25 additions & 8 deletions app/assets/locales/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"report": "Informar",
"share": "Compartir",
"cancel": "Cancelar",
"reset": "Restabelecer",
"close": "Pechar",
"delete": "Eliminar",
"copy": "Copiar a ligazón para unirse",
Expand Down Expand Up @@ -163,6 +164,10 @@
"wrong_access_code": "Código de acceso incorrecto",
"generate_viewers_access_code": "Xerar un código de acceso para os espectadores",
"generate_mods_access_code": "Xerar un código de acceso para os moderadores",
"server_tag": "Seleccione un tipo de servidor para esta sala",
"default_tag_name": "Predeterminado",
"server_tag_desired": "Desexado",
"server_tag_required": "Obrigatorio",
"are_you_sure_delete_room": "Confirma que quere eliminar esta sala?"
}
},
Expand Down Expand Up @@ -229,7 +234,8 @@
"empty_invited_users_subtext": "Cando o estado dun usuario cambia a convidado, aparece aquí.",
"invited": {
"time_sent": "Hora de envío",
"valid": "Valida"
"valid": "Valida",
"revoke": "Revogar"
}
},
"server_rooms": {
Expand Down Expand Up @@ -272,8 +278,8 @@
"administration": {
"administration": "Administración",
"terms": "Terms & Conditions",
"privacy": "Directiva de privacidade",
"privacy_policy": "Directiva de privacidade",
"privacy": "Aviso de privacidade",
"privacy_policy": "Aviso de privacidade",
"change_term_links": "Cambiar as ligazóns das condicións que aparecen na parte inferior da páxina",
"change_privacy_link": "Cambiar a ligazón de privacidade que aparece na parte inferior da páxina",
"helpcenter": "Centro de axuda",
Expand Down Expand Up @@ -301,7 +307,7 @@
"registration": {
"registration": "Rexistro",
"role_mapping_by_email": "Asignación de roles por correo",
"role_mapping_by_email_description": "Asigne o usuario a un rol usando o seu correo electrónico. Debe ter o formato: rol1=correo-e1, rol2=correo-e2",
"role_mapping_by_email_description": "Asigne o usuario a un rol usando o seu correo-e. Debe ter o formato: rol1=correo-e1, rol2=correo-e2",
"enter_role_mapping_rule": "Introduza unha regra de asignación de roles",
"resync_on_login": "Volver sincronizar os datos do usuario en cada acceso",
"resync_on_login_description": "Volver sincronizar a información dun usuario cada vez que acceda, facendo que o provedor de autenticación externo coincida sempre coa información en Greenlight",
Expand All @@ -313,7 +319,10 @@
"open": "Rexistro aberto",
"invite": "Unirse por convite",
"approval": "Aceptar/declinar"
}
},
"allowed_domains": "Dominios de correo-e permitidos",
"allowed_domains_signup_description": "Permitir o rexistro con dominios de correo-e específicos. O formato debe ser: @proba.com,dominio.com",
"enter_allowed_domains_rule" : "Introduza os dominios permitidos"
}
},
"room_configuration": {
Expand Down Expand Up @@ -411,10 +420,11 @@
"brand_color_updated": "A cor corporativa foi actualizada.",
"brand_image_updated": "A imaxe corporativa foi actualizada.",
"brand_image_deleted": "A imaxe corporativa foi eliminada.",
"privacy_policy_updated": "A directiva de pivacidade foi actualizada.",
"privacy_policy_updated": "O aviso de pivacidade foi actualizado.",
"helpcenter_updated": "Actualizouse a ligazón do centro de axuda.",
"terms_of_service_updated": "Actualizáronse as condicións do servizo.",
"maintenance_updated": "Actualizouse o báner de mantemento."
"maintenance_updated": "Actualizouse o báner de mantemento.",
"allowed_domains_signup_updated": "Foron actualizados os dominios de correo-e permitidos."
},
"recording": {
"recording_visibility_updated": "Foi actualizada a visibilidade da gravación.",
Expand All @@ -429,11 +439,13 @@
"role_permission_updated": "Foron actualizados os permisos de rol."
},
"invitations": {
"invitation_sent": "Enviouse un convite"
"invitation_sent": "Enviouse un convite",
"invitation_revoked": "Foi revogado un convite"
}
},
"error": {
"problem_completing_action": "Non é posíbel completar a acción.\n Tenteo de novo.",
"server_type_unavailable": "O tipo de servidor requirido non está dispoñíbel. Seleccione un tipo diferente nos axustes da sala.",
"file_type_not_supported": "O tipo de ficheiro non é compatible.",
"file_size_too_large": "O ficheiro é demasiado grande.",
"file_upload_error": "Non é posíbel enviar o ficheiro.",
Expand Down Expand Up @@ -530,6 +542,11 @@
},
"url": {
"invalid": "URL incorrecto"
},
"text_form": {
"value": {
"required": "Introduza algunha mensaxe"
}
}
},
"room": {
Expand Down
45 changes: 36 additions & 9 deletions app/assets/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"report": "Jelentés",
"share": "Megosztás",
"cancel": "Mégse",
"reset": "Reszetelés",
"close": "Bezárás",
"delete": "Törlés",
"copy": "Másolás",
Expand Down Expand Up @@ -163,6 +164,10 @@
"wrong_access_code": "Hibás hozzáférési kód",
"generate_viewers_access_code": "Hozzáférési kód előállítása a látogatók számára",
"generate_mods_access_code": "Hozzáférési kód előállítása a moderátorok számára",
"server_tag": "Válasszon szervertípust a szobához",
"default_tag_name": "Alapértelmezett",
"server_tag_desired": "Kívánt",
"server_tag_required": "Kötelező",
"are_you_sure_delete_room": "Biztos, hogy törli ezt a szobát?"
}
},
Expand Down Expand Up @@ -229,7 +234,8 @@
"empty_invited_users_subtext": "Ha egy felhasználó állapota meghívottá válik, akkor itt fog megjelenni.",
"invited": {
"time_sent": "Küldési idő",
"valid": "Érvényes"
"valid": "Érvényes",
"revoke": "Visszavonás"
}
},
"server_rooms": {
Expand Down Expand Up @@ -272,13 +278,17 @@
"administration": {
"administration": "Üzemeltetés",
"terms": "Felhasználási feltételek",
"privacy": "Adatvédelmi nyilatkozat",
"privacy_policy": "Adatvédelmi nyilatkozat",
"privacy": "Adatvédelmi közlemény",
"privacy_policy": "Adatvédelmi közlemény",
"change_term_links": "A lap alján megjelenő felhasználási feltételek hivatkozásának módosítása",
"change_privacy_link": "A lap alján megjelenő adatvédelmi hivatkozás módosítása",
"helpcenter": "Súgóközpont",
"change_helpcenter_link": "A profil legördülő alatt megjelenő Súgóközpont link módosítsa",
"maintenance": "Karbantartási szalaghirdetés",
"change_maintenance_text": "A fejlécben megjelenő karbantartási szalaghirdetés szövegének módosítása.",
"change_url": "Webcím módosítása",
"set_text": "Szöveg beállítása",
"clear_banner": "Szalaghirdetés törlése",
"enter_link": "Itt adja meg a hivatkozást"
},
"settings": {
Expand All @@ -288,7 +298,11 @@
"allow_users_to_preupload_presentation": "A felhasználók előre feltöltheti a bemutatójukat",
"allow_users_to_preupload_presentation_description": "A felhasználók előre feltöltheti a használandó bemutatójukat az adott szoba alapértelmezett bemutatójaként",
"default_visibility": "Felvétel alapértelmezett láthatósága",
"default_visibility_description": "Alapértelmezés szerint minden újonnan létrehozott felvételnél ez lesz a láthatóság"
"default_visibility_description": "Alapértelmezés szerint minden újonnan létrehozott felvételnél ez lesz a láthatóság",
"session_timeout": "Munkamenet időtúllépése",
"session_timeout_description": "A munkamenet időtúllépését az alapértelmezett 1 napos vagy a kiterjesztett 7 napos munkamenet sütire konfigurálhatja",
"default_session_timeout": "Alapértelmezett (1 nap)",
"extended_session_timeout": "Kiterjesztett (7 nap)"
},
"registration": {
"registration": "Regisztráció",
Expand All @@ -305,7 +319,10 @@
"open": "Nyílt regisztráció",
"invite": "Csatlakozás meghívással",
"approval": "Engedélyezés/elutasítás"
}
},
"allowed_domains": "Engedélyezett e-mail domainek",
"allowed_domains_signup_description": "Meghatározott e-mail domainek regisztrációjának engedélyezése. A helyes formátum: @test.hu, domain.hu",
"enter_allowed_domains_rule" : "Adja meg az engedélyezett domaineket"
}
},
"room_configuration": {
Expand Down Expand Up @@ -403,9 +420,11 @@
"brand_color_updated": "A márkaszín sikerese módosította.",
"brand_image_updated": "A márkaképet sikeresen módosította.",
"brand_image_deleted": "A márkakép sikeresen törölte.",
"privacy_policy_updated": "Adatvédelmi nyilatkozat frissítve.",
"privacy_policy_updated": "Az adatvédelmi közleményt frissítették.",
"helpcenter_updated": "A Súgóközpont linkjét sikeresen módosította.",
"terms_of_service_updated": "A szolgáltatási feltételek frissítésre kerültek."
"terms_of_service_updated": "A szolgáltatási feltételek frissítésre kerültek.",
"maintenance_updated": "A karbantartási szalaghirdetést frissítettük.",
"allowed_domains_signup_updated": "Az engedélyezett email domaineket sikeresen módosította."
},
"recording": {
"recording_visibility_updated": "Felvétel láthatósága frissítve.",
Expand All @@ -420,11 +439,13 @@
"role_permission_updated": "Szerepkör jogosultsága frissítve"
},
"invitations": {
"invitation_sent": "Meghívó elküldve"
"invitation_sent": "Meghívó elküldve",
"invitation_revoked": "A meghívást visszautasították"
}
},
"error": {
"problem_completing_action": "Probléma lépett fel a művelet befejezése során. \n Próbálja újra.",
"server_type_unavailable": "A kiválasztott szervertípus nem érhető el. Kérem, válasszon másikat.",
"file_type_not_supported": "A fájltípus nem támogatott.",
"file_size_too_large": "A fájl túl nagy.",
"file_upload_error": "A fájlt nem sikerült feltölteni.",
Expand Down Expand Up @@ -521,6 +542,11 @@
},
"url": {
"invalid": "Érvénytelen webcím"
},
"text_form": {
"value": {
"required": "Írjon egy üzenetet"
}
}
},
"room": {
Expand Down Expand Up @@ -676,7 +702,8 @@
"site_settings": {
"fields": {
"value": {
"placeholder": "Adja meg a hivatkozást itt…"
"placeholder": "Adja meg a hivatkozást itt…",
"text_placeholder": "Ide írjon..."
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion app/assets/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
"resync_on_login": "サインインごとにユーザーのデーターを再同期",
"resync_on_login_description": "サインインのたびにユーザーの情報を再同期し、外部の承認提供者の情報とGreenlightの情報とを常に一致させます",
"default_role": "標準の役割",
"default_role_description": "新しく作成されたユーザーに自動的に割り当てられる役割です",
"default_role_description": "新しく作成されたユーザーにはこの役割が自動的に割り当てられます",
"registration_method": "登録方法",
"registration_method_description": "ユーザーがこのサイトに登録する方法を変更します",
"registration_methods" : {
Expand Down
Loading

0 comments on commit 809ea6a

Please sign in to comment.