Skip to content

Commit

Permalink
update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoitie committed Mar 6, 2024
1 parent 7acbe39 commit 0596828
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion src/components/Filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ export default function Filters(): React.Node {
id="filters-synced-status"
>
{firebaseSynced ? t('Synced') : t('Awaiting sync')}
{t('(refresh browser to download latest)')}
<br />
{t('Refresh browser to download latest')}
</span>
</p>
) : null}
Expand Down
2 changes: 1 addition & 1 deletion translations/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
'Buy me a coffee': 'Spendier mir einen Kaffee',
'Synced': 'Synchronisiert',
'Awaiting sync': 'Warte auf Synchronisierung',
'(refresh browser to download latest)': '(Browser aktualisieren, um zu aktualisieren)',
'Refresh browser to download latest': 'Browser aktualisieren, um zu aktualisieren',
'Reset Password': 'Passwort zurücksetzen',
'Enter your email address to reset your password.': 'Gib deine E-Mail Adresse ein um dein Passwort zurückzusetzen.',
'Email address': 'Email Adresse',
Expand Down
2 changes: 1 addition & 1 deletion translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
'Buy me a coffee': 'Buy me a coffee',
'Synced': 'Synced',
'Awaiting sync': 'Awaiting sync',
'(refresh browser to download latest)': '(refresh browser to download latest)',
'Refresh browser to download latest': 'Refresh browser to download latest',
'Reset Password': 'Reset Password',
'Enter your email address to reset your password.': 'Enter your email address to reset your password.',
'Email address': 'Email address',
Expand Down
2 changes: 1 addition & 1 deletion translations/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
'Buy me a coffee': 'Invitame un café',
'Synced': 'Sincronizado',
'Awaiting sync': 'Esperando sincronizacion',
'(refresh browser to download latest)': '(recarga el navegador para descargar lo más reciente)',
'Refresh browser to download latest': 'Recarga el navegador para descargar lo más reciente',
'Reset Password': 'Restablecer contraseña',
'Enter your email address to reset your password.': 'Ingrese su dirección de correo para restablecer la contraseña.',
'Email address': 'Dirección de correo',
Expand Down
2 changes: 1 addition & 1 deletion translations/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
'Buy me a coffee': 'Offrez-moi un café',
'Synced': 'Synchronisé',
'Awaiting sync': 'En attente de synchronisation',
'(refresh browser to download latest)': '(Rafraîchir la page pour mettre a jour les informations.)',
'Refresh browser to download latest': 'Rafraîchir la page pour mettre a jour les informations',
'Reset Password': 'Réinitialiser le mot de passe',
'Enter your email address to reset your password.': 'Entrer votre adresse e-mail pour réinitialiser votre mot de passe.',
'Email address': 'Adresse e-mail',
Expand Down
2 changes: 1 addition & 1 deletion translations/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
'Buy me a coffee': 'Offrimi un caffè',
'Synced': 'Sincronizzato',
'Awaiting sync': 'Attendi sincronizzazione',
'(refresh browser to download latest)': '(aggiorna la pagina per scaricare l ultima versione)',
'Refresh browser to download latest': 'Aggiorna la pagina per scaricare l ultima versione',
'Reset Password': 'Resetta la Password',
'Enter your email address to reset your password.': 'Inserisci il tuo indirizzo email per resettare la passowrd.',
'Email address': 'Indirizzo email',
Expand Down
2 changes: 1 addition & 1 deletion translations/jp.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
'Buy me a coffee': '僕にコーヒーをおごる',
'Synced': '同期されました',
'Awaiting sync': '同期を待っています',
'(refresh browser to download latest)': '(ブラウザを更新して最新のバージョンをダウンロードしてください)',
'Refresh browser to download latest': 'ブラウザを更新して最新のバージョンをダウンロードしてください',
'Reset Password': 'パスワードをリセットする',
'Enter your email address to reset your password.': 'メールアドレスを入力すると、パスワードをリセットするリンクを送信します。',
'Email address': 'メールアドレス',
Expand Down
2 changes: 1 addition & 1 deletion translations/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
'Buy me a coffee': 'Trakteer me op een kop koffie',
'Synced': 'Gesychroniseerd',
'Awaiting sync': 'Synchronisatie afwachten',
'(refresh browser to download latest)': '(ververs browser om de laatste op te halen)',
'Refresh browser to download latest': 'Ververs browser om de laatste op te halen',
'Reset Password': 'Reset wachtwoord',
'Enter your email address to reset your password.': 'Vul je emailadres in om je wachtwoord te resetten.',
'Email address': 'Emailadres',
Expand Down
2 changes: 1 addition & 1 deletion translations/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
'Buy me a coffee': 'Postaw mi kawę',
Synced: 'Zsynchronizowano',
'Awaiting sync': 'Czekam na synchronizację',
'(refresh browser to download latest)': '(odśwież stronę, żeby zobaczyć najnowsze zmiany)',
'Refresh browser to download latest': 'Odśwież stronę, żeby zobaczyć najnowsze zmiany',
'Reset Password': 'Resetuj hasło',
'Enter your email address to reset your password.': 'Podaj swój email w celu zresetowania hasła.',
'Email address': 'Adres email',
Expand Down
2 changes: 1 addition & 1 deletion translations/pt-BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
'Buy me a coffee': 'Compre-me um café',
'Synced': 'Sincronizado',
'Awaiting sync': 'Aguardando sincronização',
'(refresh browser to download latest)': '(atualize o navegador para fazer o download da versão mais recente)',
'Refresh browser to download latest': 'Atualize o navegador para fazer o download da versão mais recente',
'Reset Password': 'Redefinir senha',
'Enter your email address to reset your password.': 'Digite seu endereço de e-mail para redefinir sua senha.',
'Email address': 'Endereço eletrônico',
Expand Down
2 changes: 1 addition & 1 deletion translations/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
'Buy me a coffee': 'Bana kahve ısmarla',
'Synced': 'Eşitlendi',
'Awaiting sync': 'Eşitlenme bekleniyor',
'(refresh browser to download latest)': '(Son güncellemeyi almak için tarayıcıyı yenileyin)',
'Refresh browser to download latest': 'Son güncellemeyi almak için tarayıcıyı yenileyin',
'Reset Password': 'Şifreyi yenile',
'Enter your email address to reset your password.': 'Şifreni yenilemek için eposta adresini gir.',
'Email address': 'Eposta',
Expand Down

0 comments on commit 0596828

Please sign in to comment.