@@ -21,7 +21,7 @@ msgstr ""
2121
2222#: data/xyz.iinuwa.credentialsd.CredentialsUi.desktop.in.in:2
2323#: data/xyz.iinuwa.credentialsd.CredentialsUi.metainfo.xml.in.in:8
24- #: src/gui/view_model/gtk/mod.rs:377
24+ #: src/gui/view_model/gtk/mod.rs:380
2525msgid "Credential Manager"
2626msgstr ""
2727
@@ -85,89 +85,84 @@ msgstr ""
8585msgid "_Keyboard Shortcuts"
8686msgstr ""
8787
88- #: data/resources/ui/window.ui:43
88+ #: data/resources/ui/window.ui:68
8989msgid "Choose device"
9090msgstr ""
9191
92- #: data/resources/ui/window.ui:49
92+ #: data/resources/ui/window.ui:74
9393msgid "Devices"
9494msgstr ""
9595
96- #: data/resources/ui/window.ui:72
96+ #: data/resources/ui/window.ui:98
9797msgid "Connect a security key"
9898msgstr ""
9999
100- #: data/resources/ui/window.ui:113
100+ #: data/resources/ui/window.ui:138
101101msgid "Scan the QR code to connect your device"
102102msgstr ""
103103
104- #: data/resources/ui/window.ui:158 data/resources/ui/window.ui:164
104+ #: data/resources/ui/window.ui:183 data/resources/ui/window.ui:189
105105msgid "Choose credential"
106106msgstr ""
107107
108- #: data/resources/ui/window.ui:187
108+ #: data/resources/ui/window.ui:212
109109msgid "Complete"
110110msgstr ""
111111
112- #: data/resources/ui/window.ui:193
112+ #: data/resources/ui/window.ui:218
113113msgid "Done!"
114114msgstr ""
115115
116- #: data/resources/ui/window.ui:204
116+ #: data/resources/ui/window.ui:229
117117msgid "Something went wrong."
118118msgstr ""
119119
120- #: data/resources/ui/window.ui:217 src/gui/view_model/mod.rs:240
120+ #: data/resources/ui/window.ui:242 src/gui/view_model/mod.rs:244
121121msgid ""
122122"Something went wrong while retrieving a credential. Please try again later "
123123"or use a different authenticator."
124124msgstr ""
125125
126- #: src/gui/view_model/gtk/mod.rs:140
127- #, c-format
126+ #: src/gui/view_model/gtk/mod.rs:146
128127msgid "Enter your PIN. One attempt remaining."
129128msgid_plural "Enter your PIN. %d attempts remaining."
130129msgstr[ 0 ] ""
131130msgstr[ 1 ] ""
132131
133- #: src/gui/view_model/gtk/mod.rs:146
132+ #: src/gui/view_model/gtk/mod.rs:152
134133msgid "Enter your PIN."
135134msgstr ""
136135
137- #: src/gui/view_model/gtk/mod.rs:156
138- #, c-format
136+ #: src/gui/view_model/gtk/mod.rs:162
139137msgid "Touch your device again. One attempt remaining."
140138msgid_plural "Touch your device again. %d attempts remaining."
141139msgstr[ 0 ] ""
142140msgstr[ 1 ] ""
143141
144- #: src/gui/view_model/gtk/mod.rs:162
145- msgid "Touch your device."
146- msgstr ""
147-
148- #: src/gui/view_model/gtk/mod.rs:167
142+ #: src/gui/view_model/gtk/mod.rs:168
143+ #: src/gui/view_model/gtk/mod.rs:173
149144msgid "Touch your device"
150145msgstr ""
151146
152- #: src/gui/view_model/gtk/mod.rs:170
147+ #: src/gui/view_model/gtk/mod.rs:176
153148msgid "Scan the QR code with your device to begin authentication."
154149msgstr ""
155150
156- #: src/gui/view_model/gtk/mod.rs:180
151+ #: src/gui/view_model/gtk/mod.rs:186
157152msgid ""
158153"Connecting to your device. Make sure both devices are near each other and "
159154"have Bluetooth enabled."
160155msgstr ""
161156
162- #: src/gui/view_model/gtk/mod.rs:188
157+ #: src/gui/view_model/gtk/mod.rs:194
163158msgid "Device connected. Follow the instructions on your device"
164159msgstr ""
165160
166- #: src/gui/view_model/gtk/mod.rs:314
161+ #: src/gui/view_model/gtk/mod.rs:320
167162msgid "Insert your security key."
168163msgstr ""
169164
170- #: src/gui/view_model/gtk/mod.rs:333
165+ #: src/gui/view_model/gtk/mod.rs:339
171166msgid "Multiple devices found. Please select with which to proceed."
172167msgstr ""
173168
@@ -195,32 +190,60 @@ msgstr ""
195190msgid "A security key (USB)"
196191msgstr ""
197192
198- #: src/gui/view_model/mod.rs:65
199- msgid "Create new credential"
193+ #: src/gui/view_model/mod.rs:75
194+ msgid "unknown application"
195+ msgstr ""
196+
197+ #. TRANSLATORS: %s1 is the "relying party" (think: domain name) where the request is coming from
198+ #: src/gui/view_model/mod.rs:80
199+ msgid "Create a passkey for %s1"
200+ msgstr ""
201+
202+ #. TRANSLATORS: %s1 is the "relying party" (think: domain name) where the request is coming from
203+ #: src/gui/view_model/mod.rs:84
204+ msgid "Use a passkey for %s1"
200205msgstr ""
201206
202- #: src/gui/view_model/mod.rs:66
203- msgid "Use a credential"
207+ #. TRANSLATORS: %s1 is the "relying party" (e.g.: domain name) where the request is coming from
208+ #. TRANSLATORS: %s2 is the application name (e.g.: firefox) where the request is coming from, <b></b> must be left untouched to make the name bold
209+ #. TRANSLATORS: %i1 is the process ID of the requesting application
210+ #. TRANSLATORS: %s3 is the absolute path (think: /usr/bin/firefox) of the requesting application
211+ #: src/gui/view_model/mod.rs:96
212+ msgid ""
213+ "<b>\" %s2\" </b> (process ID: %i1, binary: %s3) is asking to create a "
214+ "credential to sign in to \" %s1\" . Only proceed if you trust this process."
215+ msgstr ""
216+
217+ #. TRANSLATORS: %s1 is the "relying party" (think: domain name) where the request is coming from
218+ #. TRANSLATORS: %s2 is the application name (e.g.: firefox) where the request is coming from, <b></b> must be left untouched to make the name bold
219+ #. TRANSLATORS: %i1 is the process ID of the requesting application
220+ #. TRANSLATORS: %s3 is the absolute path (think: /usr/bin/firefox) of the requesting application
221+ #: src/gui/view_model/mod.rs:103
222+ msgid ""
223+ "<b>\" %s2\" </b> (process ID: %i1, binary: %s3) is asking to use a credential "
224+ "to sign in to \" %s1\" . Only proceed if you trust this process."
204225msgstr ""
205226
206- #: src/gui/view_model/mod.rs:180
227+ #: src/gui/view_model/mod.rs:224
207228msgid "Failed to select credential from device."
208229msgstr ""
209230
210- #: src/gui/view_model/mod.rs:234
231+ #: src/gui/view_model/mod.rs:281
232+ #: src/gui/view_model/mod.rs:332
211233msgid "No matching credentials found on this authenticator."
212234msgstr ""
213235
214- #: src/gui/view_model/mod.rs:237
236+ #: src/gui/view_model/mod.rs:284
237+ #: src/gui/view_model/mod.rs:335
215238msgid ""
216239"No more PIN attempts allowed. Try removing your device and plugging it back "
217240"in."
218241msgstr ""
219242
220- #: src/gui/view_model/mod.rs:243
243+ #: src/gui/view_model/mod.rs:290
221244msgid "This credential is already registered on this authenticator."
222245msgstr ""
223246
224- #: src/gui/view_model/mod.rs:342
247+ #: src/gui/view_model/mod.rs:389
225248msgid "Something went wrong. Try again later or use a different authenticator."
226249msgstr ""
0 commit comments