Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b411c8f

Browse files
committed
shorten signin label to aid fr i18n
1 parent 650d454 commit b411c8f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/i18n/strings/de_DE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"Invite new room members": "Lade neue Raum-Mitglieder ein",
140140
"is a": "ist ein",
141141
"is trusted": "wird vertraut",
142-
"I want to sign in with": "Ich möchte mich anmelden mit",
142+
"Sign in with": "Ich möchte mich anmelden mit",
143143
"joined and left": "trat bei und ging",
144144
"joined": "trat bei",
145145
"joined the room": "trat dem Raum bei",

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"'%(alias)s' is not a valid format for an address": "'%(alias)s' is not a valid format for an address",
319319
"'%(alias)s' is not a valid format for an alias": "'%(alias)s' is not a valid format for an alias",
320320
"%(displayName)s is typing": "%(displayName)s is typing",
321-
"I want to sign in with": "I want to sign in with",
321+
"Sign in with": "Sign in with",
322322
"Join Room": "Join Room",
323323
"joined and left": "joined and left",
324324
"joined": "joined",

src/i18n/strings/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"'%(alias)s' is not a valid format for an address": "'%(alias)s' no es un formato válido para una dirección",
309309
"'%(alias)s' is not a valid format for an alias": "'%(alias)s' no es un formato válido para un alias",
310310
"%(displayName)s is typing": "%(displayName)s esta escribiendo",
311-
"I want to sign in with": "Quiero iniciar sesión con",
311+
"Sign in with": "Quiero iniciar sesión con",
312312
"Join Room": "Unirte a la sala",
313313
"joined and left": "unido y dejado",
314314
"joined": "unido",

src/i18n/strings/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"'%(alias)s' is not a valid format for an address": "'%(alias)s' n'est pas un format valide pour une adresse",
319319
"'%(alias)s' is not a valid format for an alias": "'%(alias)s' n'est pas un format valide pour un alias",
320320
"%(displayName)s is typing": "%(displayName)s est en train de taper",
321-
"I want to sign in with": "Je veux m'identifier avec",
321+
"Sign in with": "Je veux m'identifier avec",
322322
"Join Room": "Rejoindre le salon",
323323
"joined and left": "a joint et quitté",
324324
"joined": "a joint",

src/i18n/strings/pt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"Invites": "Convidar",
113113
"Invites user with given id to current room": "Convidar usuários com um dado identificador para esta sala",
114114
"is a": "é um(a)",
115-
"I want to sign in with": "Quero entrar",
115+
"Sign in with": "Quero entrar",
116116
"joined and left": "entrou e saiu",
117117
"joined": "entrou",
118118
"joined the room": "entrou na sala",

src/i18n/strings/pt_BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"Invites": "Convidar",
116116
"Invites user with given id to current room": "Convidar usuários com um dado identificador para esta sala",
117117
"is a": "é um(a)",
118-
"I want to sign in with": "Quero entrar",
118+
"Sign in with": "Quero entrar",
119119
"joined and left": "entrou e saiu",
120120
"joined": "entrou",
121121
"joined the room": "entrou na sala",

src/i18n/strings/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"Invites": "Приглашать",
104104
"Invites user with given id to current room": "Пригласить пользователя с данным id в текущую комнату",
105105
"is a": "является",
106-
"I want to sign in with": "Я хочу регистрироваться с",
106+
"Sign in with": "Я хочу регистрироваться с",
107107
"joined and left": "присоединенный и оставленный",
108108
"joined": "присоединенный",
109109
"joined the room": "joined the room",

0 commit comments

Comments
 (0)