浏览代码

fix: the user placeholder translation issue #8219 (#8233)

* :pencil2: user placeholder translation in authentication added

* Create node.js.yml

* Create npm-publish.yml

* Create deno.yml

* Create ci.yml

* Create stale.yml

* Delete deno.yml

* Delete npm-publish.yml

* Delete ci.yml

* Delete node.js.yml

* Delete ci.yml

* Create main.yml

* Delete stale.yml

* Delete main.yml

* Create ci.yml

* Create simpleCI.yml

* Update simpleCI.yml

* Revert "Delete stale.yml"

This reverts commit 27d88166b9.

* Revert "Delete main.yml"

This reverts commit 037cd96e71.

* Revert "Revert "Delete stale.yml""

This reverts commit 834d96e41c.

* Revert "Revert "Delete main.yml""

This reverts commit f69bc066f9.

* Revert "Revert "Revert "Delete stale.yml"""

This reverts commit d60372da56.

* Revert "Revert "Revert "Delete main.yml"""

This reverts commit 521ca60df3.

* Revert "Revert "Revert "Revert "Delete stale.yml""""

This reverts commit 1f2a9518e1.

* Revert "Revert "Revert "Revert "Delete main.yml""""

This reverts commit adf6c58f8e.

* Revert "Revert "Revert "Revert "Revert "Delete stale.yml"""""

This reverts commit 81c7ecc42f.

* Revert "Revert "Revert "Revert "Revert "Delete main.yml"""""

This reverts commit d1e1c03983.

* Revert "Revert "Revert "Revert "Revert "Revert "Delete stale.yml""""""

This reverts commit b5f16b3e4d.

* Revert "Revert "Revert "Revert "Revert "Revert "Delete main.yml""""""

This reverts commit f9ef5ab193.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Delete stale.yml"""""""

This reverts commit b66bbf8698.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Delete main.yml"""""""

This reverts commit 01a44daf95.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Delete main.yml""""""""

This reverts commit eb896849a7.

* :fire: modifications dropped for all languages except for English

* Delete simpleCI.yml

* Delete stale.yml
j8
BasmaAwatef 4 年前
父节点
当前提交
70fcabd136
没有帐户链接到提交者的电子邮件
共有 4 个文件被更改,包括 4 次插入1 次删除
  1. 1
    1
      lang/main-nb.json
  2. 1
    0
      lang/main.json
  3. 1
    0
      modules/UI/UI.js
  4. 1
    0
      modules/UI/authentication/LoginDialog.js

+ 1
- 1
lang/main-nb.json 查看文件

104
     },
104
     },
105
     "deepLinking": {
105
     "deepLinking": {
106
         "downloadApp": "Last ned programmet",
106
         "downloadApp": "Last ned programmet",
107
-        "openApp": "Fortsett til programmet",
107
+        "openApp": "Fortsett til programmet"
108
     },
108
     },
109
     "defaultLink": "f.eks.",
109
     "defaultLink": "f.eks.",
110
     "deviceError": {
110
     "deviceError": {

+ 1
- 0
lang/main.json 查看文件

300
         "tokenAuthFailedTitle": "Authentication failed",
300
         "tokenAuthFailedTitle": "Authentication failed",
301
         "transcribing": "Transcribing",
301
         "transcribing": "Transcribing",
302
         "unlockRoom": "Remove meeting $t(lockRoomPassword)",
302
         "unlockRoom": "Remove meeting $t(lockRoomPassword)",
303
+        "user": "user",
303
         "userPassword": "user password",
304
         "userPassword": "user password",
304
         "WaitForHostMsg": "The conference <b>{{room}}</b> has not yet started. If you are the host then please authenticate. Otherwise, please wait for the host to arrive.",
305
         "WaitForHostMsg": "The conference <b>{{room}}</b> has not yet started. If you are the host then please authenticate. Otherwise, please wait for the host to arrive.",
305
         "WaitForHostMsgWOk": "The conference <b>{{room}}</b> has not yet started. If you are the host then please press Ok to authenticate. Otherwise, please wait for the host to arrive.",
306
         "WaitForHostMsgWOk": "The conference <b>{{room}}</b> has not yet started. If you are the host then please press Ok to authenticate. Otherwise, please wait for the host to arrive.",

+ 1
- 0
modules/UI/UI.js 查看文件

319
     const message
319
     const message
320
         = `<input name="username" type="text"
320
         = `<input name="username" type="text"
321
                 placeholder="user@domain.net"
321
                 placeholder="user@domain.net"
322
+                data-i18n="[placeholder]dialog.user"
322
                 class="input-control" autofocus>
323
                 class="input-control" autofocus>
323
          <input name="password" type="password"
324
          <input name="password" type="password"
324
                 data-i18n="[placeholder]dialog.userPassword"
325
                 data-i18n="[placeholder]dialog.userPassword"

+ 1
- 0
modules/UI/authentication/LoginDialog.js 查看文件

17
     return `
17
     return `
18
         <input name="username" type="text"
18
         <input name="username" type="text"
19
                class="input-control"
19
                class="input-control"
20
+               data-i18n="[placeholder]dialog.user
20
                placeholder=${placeholder} autofocus>
21
                placeholder=${placeholder} autofocus>
21
         <input name="password" type="password"
22
         <input name="password" type="password"
22
                class="input-control"
23
                class="input-control"

正在加载...
取消
保存