mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
Merge branch 'main' of gitlab.com:famedly/fluffychat into main
This commit is contained in:
commit
1c7f93e54e
@ -1588,12 +1588,12 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"waitingPartnerAcceptRequest": "Esperando a que el socio acepte la solicitud...",
|
"waitingPartnerAcceptRequest": "Esperando a que el socio acepte la solicitud…",
|
||||||
"@waitingPartnerAcceptRequest": {
|
"@waitingPartnerAcceptRequest": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"waitingPartnerEmoji": "Esperando a que el socio acepte los emojis...",
|
"waitingPartnerEmoji": "Esperando a que el socio acepte los emojis…",
|
||||||
"@waitingPartnerEmoji": {
|
"@waitingPartnerEmoji": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
@ -1835,5 +1835,114 @@
|
|||||||
"serverVersions": {},
|
"serverVersions": {},
|
||||||
"supportedVersions": {}
|
"supportedVersions": {}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"xMoreEvents": "{count} más eventos",
|
||||||
|
"@xMoreEvents": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oneMoreEvent": "1 evento más",
|
||||||
|
"@oneMoreEvent": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"chatBackupDescription": "Tu copia de seguridad del chat está protegida con una clave de seguridad. Por favor, asegúrate de no perderla.",
|
||||||
|
"@chatBackupDescription": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"pleaseEnterSecurityKey": "Por favor, introduzca su clave de seguridad:",
|
||||||
|
"@pleaseEnterSecurityKey": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"noEncryptionForPublicRooms": "Sólo se puede activar el cifrado en cuanto la sala deja de ser de acceso público.",
|
||||||
|
"@noEncryptionForPublicRooms": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"deviceVerifyDescription": "El cifrado solo es seguro cuando se han verificado todos los dispositivos.",
|
||||||
|
"@deviceVerifyDescription": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"tapOnDeviceToVerify": "Toque en otro dispositivo para verificar",
|
||||||
|
"@tapOnDeviceToVerify": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"transferFromAnotherDevice": "Transferir desde otro dispositivo",
|
||||||
|
"@transferFromAnotherDevice": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"everythingReady": "¡Todo listo!",
|
||||||
|
"@everythingReady": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"securityKeyLost": "¿Perdiste tu llave de seguridad?",
|
||||||
|
"@securityKeyLost": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"chatBackup": "Backup del chat",
|
||||||
|
"@chatBackup": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"showPassword": "Mostrar contraseña",
|
||||||
|
"@showPassword": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"zoomOut": "Alejar zoom",
|
||||||
|
"@zoomOut": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"zoomIn": "Acercar zoom",
|
||||||
|
"@zoomIn": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"blocked": "Bloqueado",
|
||||||
|
"@blocked": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"verified": "Verificado",
|
||||||
|
"@verified": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"copyToClipboard": "Copiar al portapapeles",
|
||||||
|
"@copyToClipboard": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"securityKey": "Clave de seguridad",
|
||||||
|
"@securityKey": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"roomVersion": "Versión de sala",
|
||||||
|
"@roomVersion": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"clearArchive": "Borrar archivo",
|
||||||
|
"@clearArchive": {},
|
||||||
|
"setAsCanonicalAlias": "Fijar alias principal",
|
||||||
|
"@setAsCanonicalAlias": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"editRoomAliases": "Editar alias de la sala",
|
||||||
|
"@editRoomAliases": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2600,5 +2600,14 @@
|
|||||||
"@autoplayImages": {
|
"@autoplayImages": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholder": {}
|
"placeholder": {}
|
||||||
}
|
},
|
||||||
|
"chatHasBeenRemovedFromThisSpace": "La discussion a été retirée de l'espace",
|
||||||
|
"@chatHasBeenRemovedFromThisSpace": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"chatHasBeenAddedToThisSpace": "La discussion a été ajoutée à l'espace",
|
||||||
|
"@chatHasBeenAddedToThisSpace": {},
|
||||||
|
"addToSpace": "Ajouter à l'espace",
|
||||||
|
"@addToSpace": {}
|
||||||
}
|
}
|
||||||
|
@ -1032,7 +1032,7 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"pleaseEnterAMatrixIdentifier": "Matrix IDを入力してください",
|
"pleaseEnterAMatrixIdentifier": "マトリックスIDを入力してください。",
|
||||||
"@pleaseEnterAMatrixIdentifier": {
|
"@pleaseEnterAMatrixIdentifier": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
@ -1302,7 +1302,7 @@
|
|||||||
"senderName": {}
|
"senderName": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"startYourFirstChat": "初めてのチャットを開始してください(^_^)",
|
"startYourFirstChat": "初めてのチャットを開始しましょう!🙂\n・+をタップして\n・友達のユーザー名を入力してください\n・楽しんでください",
|
||||||
"@startYourFirstChat": {
|
"@startYourFirstChat": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
@ -1408,7 +1408,7 @@
|
|||||||
"type": {}
|
"type": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unknownSessionVerify": "未知のセッションです。確認してください。",
|
"unknownSessionVerify": "不明なセッションです。再確認してください。",
|
||||||
"@unknownSessionVerify": {
|
"@unknownSessionVerify": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
@ -2135,7 +2135,7 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"noEncryptionForPublicRooms": "ルームを非公開にした後暗号化を有効にできます",
|
"noEncryptionForPublicRooms": "ルームを非公開にした後暗号化を有効にできます。",
|
||||||
"@noEncryptionForPublicRooms": {
|
"@noEncryptionForPublicRooms": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
@ -2235,7 +2235,7 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"addEmail": "メールアドレスを追加する",
|
"addEmail": "Eメールを追加",
|
||||||
"@addEmail": {
|
"@addEmail": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
@ -2254,5 +2254,82 @@
|
|||||||
"@pleaseFollowInstructionsOnWeb": {
|
"@pleaseFollowInstructionsOnWeb": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"setCustomEmotes": "カスタムエモートの設定",
|
||||||
|
"@setCustomEmotes": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"howOffensiveIsThisContent": "どのくらい攻撃的でしたか?",
|
||||||
|
"@howOffensiveIsThisContent": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"optionalAddEmail": "(オプション) メールアドレス",
|
||||||
|
"@optionalAddEmail": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"invalidEmail": "無効なメールアドレス",
|
||||||
|
"@invalidEmail": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"noStatusesFound": "ステータスが見つかりませんでした。",
|
||||||
|
"@noStatusesFound": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"xMoreEvents": "{count}個のイベント",
|
||||||
|
"@xMoreEvents": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pleaseEnterSecurityKey": "セキュリティーキーを入力してください:",
|
||||||
|
"@pleaseEnterSecurityKey": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"deviceVerifyDescription": "安全に暗号化を使うためには全てのデバイスを認証する必要があります。",
|
||||||
|
"@deviceVerifyDescription": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"transferFromAnotherDevice": "違うデバイスから移行する",
|
||||||
|
"@transferFromAnotherDevice": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"everythingReady": "すべての準備は完了しました!",
|
||||||
|
"@everythingReady": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"zoomOut": "縮小",
|
||||||
|
"@zoomOut": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"zoomIn": "拡大",
|
||||||
|
"@zoomIn": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"blocked": "ブロックしました",
|
||||||
|
"@blocked": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"clearText": "テキストを消す",
|
||||||
|
"@clearText": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"pleaseEnter4Digits": "アプリのロック用に4桁の数字を入力してください。空欄の場合は無効になります。",
|
||||||
|
"@pleaseEnter4Digits": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2591,5 +2591,14 @@
|
|||||||
"server1": {},
|
"server1": {},
|
||||||
"server2": {}
|
"server2": {}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"chatHasBeenRemovedFromThisSpace": "Chat is verwijderd van deze space",
|
||||||
|
"@chatHasBeenRemovedFromThisSpace": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"chatHasBeenAddedToThisSpace": "Chat is toegevoegd aan deze space",
|
||||||
|
"@chatHasBeenAddedToThisSpace": {},
|
||||||
|
"addToSpace": "Aan space toevoegen",
|
||||||
|
"@addToSpace": {}
|
||||||
}
|
}
|
||||||
|
@ -2600,5 +2600,14 @@
|
|||||||
"@autoplayImages": {
|
"@autoplayImages": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholder": {}
|
"placeholder": {}
|
||||||
}
|
},
|
||||||
|
"chatHasBeenRemovedFromThisSpace": "Sohbet bu alandan kaldırıldı",
|
||||||
|
"@chatHasBeenRemovedFromThisSpace": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"chatHasBeenAddedToThisSpace": "Sohbet bu alana eklendi",
|
||||||
|
"@chatHasBeenAddedToThisSpace": {},
|
||||||
|
"addToSpace": "Alana ekle",
|
||||||
|
"@addToSpace": {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user