Mark missing strings in .ui files for translation

This commit is contained in:
Piotr Drąg 2020-12-12 13:27:42 +01:00
parent af5cb02b0e
commit f4849348a7
6 changed files with 18 additions and 18 deletions

View file

@ -9,7 +9,7 @@
<property name="modal">True</property>
<property name="default_width">360</property>
<property name="default_height">600</property>
<property name="title">Add a new account</property>
<property name="title" translatable="yes">Add a new account</property>
<child>
<object class="HdyLeaflet">
<child>
@ -122,7 +122,7 @@
<property name="halign">end</property>
<property name="valign">center</property>
<property name="hexpand">True</property>
<property name="text" translatable="yes">0</property>
<property name="text">0</property>
<property name="adjustment">counter_adjustment</property>
<property name="numeric">True</property>
</object>

View file

@ -3,17 +3,17 @@
<menu id="account-menu">
<section>
<item>
<attribute name="label">Share</attribute>
<attribute name="label" translatable="yes">Share</attribute>
<attribute name="action">account.share</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">Rename</attribute>
<attribute name="label" translatable="yes">Rename</attribute>
<attribute name="action">account.rename</attribute>
</item>
<item>
<attribute name="label">Delete</attribute>
<attribute name="label" translatable="yes">Delete</attribute>
<attribute name="action">account.delete</attribute>
</item>
</section>

View file

@ -13,7 +13,7 @@
<child>
<object class="HdyPreferencesPage">
<property name="icon-name">applications-system-symbolic</property>
<property name="title">General</property>
<property name="title" translatable="yes">General</property>
<child>
<object class="HdyPreferencesGroup">
<property name="title" translatable="yes">Appearance</property>
@ -33,11 +33,11 @@
</child>
<child>
<object class="HdyPreferencesGroup">
<property name="title">Privacy</property>
<property name="title" translatable="yes">Privacy</property>
<child>
<object class="HdyActionRow">
<property name="title" translatable="yes">Password</property>
<property name="subtitle" translatable="yes">Setup a password to lock the application with</property>
<property name="subtitle" translatable="yes">Set up a password to lock the application with</property>
<property name="activatable">True</property>
<property name="action-name">preferences.show_password_page</property>
<child>
@ -83,7 +83,7 @@
<child>
<object class="HdyPreferencesPage">
<property name="icon-name">document-save-as-symbolic</property>
<property name="title">Backup/Restore</property>
<property name="title" translatable="yes">Backup/Restore</property>
<child>
<object class="HdyPreferencesGroup" id="backup_group">
<property name="title" translatable="yes">Backup</property>

View file

@ -17,7 +17,7 @@
<property name="action-name">preferences.save_password</property>
<property name="valign">center</property>
<property name="halign">end</property>
<property name="label">Save</property>
<property name="label" translatable="yes">Save</property>
<style>
<class name="suggested-action" />
</style>
@ -38,7 +38,7 @@
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Setup a password</property>
<property name="label" translatable="yes">Set up a password</property>
<style>
<class name="title-2" />
</style>
@ -111,7 +111,7 @@
<property name="action-name">preferences.reset_password</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="label">Reset</property>
<property name="label" translatable="yes">Reset</property>
<property name="margin-end">8</property>
<style>
<class name="destructive-action" />

View file

@ -182,7 +182,7 @@
<object class="HdyActionRow">
<property name="activatable_widget">provider_help_entry</property>
<property name="title" translatable="yes">Help URL</property>
<property name="subtitle" translatable="yes">How to setup Two-Factor Authentication</property>
<property name="subtitle" translatable="yes">How to set up Two-Factor Authentication</property>
<child>
<object class="GtkEntry" id="provider_help_entry">
<property name="halign">end</property>

View file

@ -3,27 +3,27 @@
<menu id="menu">
<section>
<item>
<attribute name="label">_Lock the application</attribute>
<attribute name="label" translatable="yes">_Lock the application</attribute>
<attribute name="action">app.lock</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">_Providers</attribute>
<attribute name="label" translatable="yes">_Providers</attribute>
<attribute name="action">app.providers</attribute>
</item>
<item>
<attribute name="label">_Preferences</attribute>
<attribute name="label" translatable="yes">_Preferences</attribute>
<attribute name="action">app.preferences</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">_Keyboard Shortcuts</attribute>
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
<attribute name="action">win.show-help-overlay</attribute>
</item>
<item>
<attribute name="label">About Authenticator</attribute>
<attribute name="label" translatable="yes">About Authenticator</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>