Skip to content

Commit eed146e

Browse files
machourHoussein Djirdeh
authored andcommitted
chore: Update remaining translations (#411)
* chore: Update TR translations thanks to @abdurrahmanekr * chore: sync TR translations * chore: Update NL translations using Google Translate * chore: resync french
1 parent 4d55124 commit eed146e

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

src/locale/languages/fr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ export const fr = {
273273
issue: 'Ticket',
274274
pullRequest: 'Pull Request',
275275
},
276-
openIssueSubTitle: '#{{number}} opened {{time}} ago by {{user}}',
277-
closedIssueSubTitle: '#{{number}} by {{user}} was closed {{time}} ago',
276+
openIssueSubTitle: '#{{number}} ouvert il y a {{time}} par {{user}}',
277+
closedIssueSubTitle: '#{{number}} par {{user}} fermé il y a {{time}}',
278278
},
279279
newIssue: {
280280
title: 'Nouveau ticket',

src/locale/languages/nl.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const nl = {
22
auth: {
33
login: {
4-
connectingToGitHub: 'Connecting to GitHub...',
5-
preparingGitPoint: 'Preparing GitPoint...',
6-
cancel: 'CANCEL',
4+
connectingToGitHub: 'Verbinding maken met GitHub ...', // google translate
5+
preparingGitPoint: 'GitPoint voorbereiden ...', // google translate
6+
cancel: 'ANNULEER', // google translate
77
welcomeTitle: 'Welkom bij GitPoint',
88
welcomeMessage: 'De meest complete GitHub client die geen geld kost',
99
notificationsTitle: 'Beheer notificaties',
@@ -134,7 +134,7 @@ export const nl = {
134134
allButton: 'Alles',
135135
retrievingMessage: 'Notificaties ophalen',
136136
noneMessage: 'Je hebt geen notificaties met dit type',
137-
markAllAsRead: 'Mark all as read',
137+
markAllAsRead: 'Alles als gelezen markeren', // google translate
138138
},
139139
},
140140
search: {
@@ -248,10 +248,10 @@ export const nl = {
248248
applyLabelTitle: 'Voeg een label toe aan deze issue',
249249
},
250250
comment: {
251-
commentActions: 'Comment Actions',
252-
editCommentTitle: 'Edit Comment',
253-
editAction: 'Edit',
254-
deleteAction: 'Delete',
251+
commentActions: 'Commentaaracties', // google translate
252+
editCommentTitle: 'Bewerk commentaar', // google translate
253+
editAction: 'Bewerk', // google translate
254+
deleteAction: 'Verwijder', // google translate
255255
},
256256
main: {
257257
assignees: 'Assignees',

src/locale/languages/tr.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const tr = {
22
auth: {
33
login: {
4-
connectingToGitHub: 'Connecting to GitHub...',
5-
preparingGitPoint: 'Preparing GitPoint...',
6-
cancel: 'CANCEL',
4+
connectingToGitHub: "GitHub'a Bağlanılıyor...",
5+
preparingGitPoint: 'GitPoint Hazırlanıyor...',
6+
cancel: 'İPTAL',
77
welcomeTitle: "GitPoint'e Hoşgeldiniz",
88
welcomeMessage:
99
"En zengin özelliklere sahip GitHub client'ı ve 100% ücretsiz",
@@ -134,7 +134,7 @@ export const tr = {
134134
allButton: 'Tümü',
135135
retrievingMessage: 'Bildirim alınıyor',
136136
noneMessage: 'Bu türde hiçbir bildirime sahip değilsiniz',
137-
markAllAsRead: 'Mark all as read',
137+
markAllAsRead: 'Hepsini okundu olarak işaretle',
138138
},
139139
},
140140
search: {
@@ -252,10 +252,10 @@ export const tr = {
252252
applyLabelTitle: "Bu issue'ya bir etiket uygulayın",
253253
},
254254
comment: {
255-
commentActions: 'Comment Actions',
256-
editCommentTitle: 'Edit Comment',
257-
editAction: 'Edit',
258-
deleteAction: 'Delete',
255+
commentActions: 'Yorum Hareketleri',
256+
editCommentTitle: 'Yorumu Düzenle',
257+
editAction: 'Düzenle',
258+
deleteAction: 'Sil',
259259
},
260260
main: {
261261
assignees: 'Atananlar',

0 commit comments

Comments
 (0)