mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-22 15:42:10 +02:00
Finish v0.7.6
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Changes in 0.7.6 (2018-10-05)
|
||||
===============================================
|
||||
|
||||
Bug fix:
|
||||
* Wrong version number.
|
||||
|
||||
Changes in 0.7.5 (2018-10-05)
|
||||
===============================================
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
"auth_reset_password_missing_email" = "Debes ingresar la dirección de correo electrónico vinculada a tu cuenta.";
|
||||
"auth_reset_password_email_validation_message" = "Se envió un correo electrónico a %@. Una vez que hayas seguido el enlace que contiene, haz clic a continuación.";
|
||||
"auth_reset_password_error_unauthorized" = "No se pudo verificar la dirección de correo electrónico: asegúrate de hacer clic en el enlace del correo electrónico";
|
||||
"auth_reset_password_error_not_found" = "Tu dirección de correo electrónico no parece estar asociada con una ID de Matrix en este Servidor Doméstico.";
|
||||
"auth_reset_password_error_not_found" = "Tu dirección de correo electrónico no parece estar asociada a una ID de Matrix en este Servidor Doméstico.";
|
||||
"auth_reset_password_success_message" = "Tu contraseña fue restablecida.\n\nSe ha cerrado sesión en todos tus dispositivos y ya no recibirás notificaciones push. Para volver a habilitar las notificaciones, vuelve a iniciar sesión en cada dispositivo.";
|
||||
"auth_add_email_and_phone_warning" = "Todavía no es posible registrarse con correo electrónico y número telefónico a la vez, hasta que exista la API. Solo se tendrá en cuenta el número telefónico. Puedes añadir tu correo electrónico a tu perfil en ajustes.";
|
||||
// Chat creation
|
||||
@@ -262,7 +262,7 @@
|
||||
"unknown_devices_alert" = "Esta sala contiene dispositivos desconocidos que no han sido verificados.\nEsto significa que no hay garantía de que los dispositivos pertenezcan a los usuarios a los que dicen pertenecer.\nRecomendamos que pases por el proceso de verificación para cada dispositivo antes de continuar, pero puedes reenviar el mensaje sin verificarlos si prefieres.";
|
||||
"unknown_devices_send_anyway" = "Enviar de Todos Modos";
|
||||
"unknown_devices_call_anyway" = "Llamar de todos modos";
|
||||
"unknown_devices_answer_anyway" = "Responder de todos modos";
|
||||
"unknown_devices_answer_anyway" = "Contestar de Todos Modos";
|
||||
"unknown_devices_verify" = "Verificar…";
|
||||
"unknown_devices_title" = "Dispositivos desconocidos";
|
||||
// Room Title
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
// Permissions usage explanations
|
||||
"NSCameraUsageDescription" = "카메라는 사진과 영상 촬영, 영상통화를 하는데 쓰입니다.";
|
||||
"NSPhotoLibraryUsageDescription" = "포토 라이브러리는 사진과 영상을 보내는데 쓰입니다.";
|
||||
"NSMicrophoneUsageDescription" = "마이크는 영상 촬영, 통화에 쓰입니다.";
|
||||
"NSContactsUsageDescription" = "연락처에 있는 상대가 이미 Riot이나 Matrix를 이용하고 있다는 걸 보여주기 위해 연락처의 이메일 주소와 전화번호를 Matrix 아이덴티티 서버로 보낼 수 있습니다. 새 Vector는 이 자료를 저장하거나 다른 용도로 사용하지 않습니다. 자세한 내용은 애플리케이션 설정에 있는 개인정보 보호정책을 읽어주세요.";
|
||||
@@ -0,0 +1,30 @@
|
||||
/* New message from a specific person, not referencing a room */
|
||||
"MSG_FROM_USER" = "%@가 보낸 메시지";
|
||||
/* New message from a specific person in a named room */
|
||||
"MSG_FROM_USER_IN_ROOM" = "%@ 방에 게시 %@";
|
||||
/* New message from a specific person, not referencing a room. Content included. */
|
||||
"MSG_FROM_USER_WITH_CONTENT" = "%@: %@";
|
||||
/* New message from a specific person in a named room. Content included. */
|
||||
"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@: %@ 안의 %@";
|
||||
/* New action message from a specific person, not referencing a room. */
|
||||
"ACTION_FROM_USER" = "* %@ %@";
|
||||
/* New action message from a specific person in a named room. */
|
||||
"ACTION_FROM_USER_IN_ROOM" = "%@: * %@ %@";
|
||||
/* New action message from a specific person, not referencing a room. */
|
||||
"IMAGE_FROM_USER" = "%@ 보낸 사진 %@";
|
||||
/* A single unread message in a room */
|
||||
"SINGLE_UNREAD_IN_ROOM" = "%@에서 메시지를 받았습니다.";
|
||||
/* A single unread message */
|
||||
"SINGLE_UNREAD" = "메시지를 받았습니다.";
|
||||
/* A user has invited you to a chat */
|
||||
"USER_INVITE_TO_CHAT" = "%@가 대화에 당신을 초대했습니다.";
|
||||
/* A user has invited you to an (unamed) group chat */
|
||||
"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@가 그룹 대화에 당신을 초대했습니다.";
|
||||
/* Incoming one-to-one voice call */
|
||||
"VOICE_CALL_FROM_USER" = "%@이 건 통화";
|
||||
/* Incoming one-to-one video call */
|
||||
"VIDEO_CALL_FROM_USER" = "%@가 건 영상통화";
|
||||
/* Incoming unnamed voice conference invite from a specific person */
|
||||
"VOICE_CONF_FROM_USER" = "%@이 건 그룹통화";
|
||||
/* Incoming unnamed video conference invite from a specific person */
|
||||
"VIDEO_CONF_FROM_USER" = "%@이 건 영상그룹통화";
|
||||
@@ -0,0 +1,24 @@
|
||||
// Titles
|
||||
"title_home" = "홈";
|
||||
"title_favourites" = "즐겨찾기";
|
||||
"title_people" = "사람";
|
||||
"title_rooms" = "방";
|
||||
"title_groups" = "커뮤니티";
|
||||
"warning" = "경고";
|
||||
// Actions
|
||||
"view" = "보기";
|
||||
"next" = "다음";
|
||||
"back" = "돌아가기";
|
||||
"continue" = "계속";
|
||||
"create" = "만들기";
|
||||
"start" = "시작";
|
||||
"leave" = "떠나기";
|
||||
"remove" = "지우기";
|
||||
"invite" = "초대";
|
||||
"retry" = "다시해보기";
|
||||
"on" = "켜기";
|
||||
"off" = "끄기";
|
||||
"cancel" = "취소";
|
||||
"save" = "저장";
|
||||
"preview" = "미리보기";
|
||||
"camera" = "카메라";
|
||||
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7.4</string>
|
||||
<string>0.7.6</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7.4</string>
|
||||
<string>0.7.6</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7.4</string>
|
||||
<string>0.7.6</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7.4</string>
|
||||
<string>0.7.6</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionAttributes</key>
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7.4</string>
|
||||
<string>0.7.6</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7.4</string>
|
||||
<string>0.7.6</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionAttributes</key>
|
||||
|
||||
Reference in New Issue
Block a user