Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix i10n some fr strings #333

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions l10n/l10n.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Object.defineProperty(window, 'l10n', {
['ko', 'URL을 다시 확인하세요'],
])],
[tkn('Alternatively, go back'), new Map([
['fr', 'Essayer de revenir en arrière'],
['fr', 'Essayez de revenir en arrière'],
['ru', 'Или можете вернуться назад'],
['uk', 'Або можете повернутися назад'],
['pt', "Como alternativa, tente voltar"],
Expand Down Expand Up @@ -306,7 +306,7 @@ Object.defineProperty(window, 'l10n', {
['ko', '이 요청을 처리하려면 프록시 서버로 인증해야 해요'],
])],
[tkn('Request Timeout'), new Map([
['fr', 'Requête expiré'],
['fr', 'Requête expirée'],
['ru', 'Истекло время ожидания'],
['uk', 'Вичерпано час очікування'],
['pt', 'Tempo limite de solicitação excedido'],
Expand Down Expand Up @@ -462,7 +462,7 @@ Object.defineProperty(window, 'l10n', {
['ko', '요청 엔터티가 너무 크기 때문에 서버가 요청을 수락하지 않았어요'],
])],
[tkn('Requested Range Not Satisfiable'), new Map([
['fr', 'Requête non satisfaisante'],
['fr', 'Plage requêtée non satisfaisable'],
['ru', 'Диапазон не достижим'],
['uk', 'Запитуваний діапазон недосяжний'],
['pt', 'Intervalo Solicitado Não Satisfatório'],
Expand Down