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

New Crowdin updates #726

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions src/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,11 @@
"description": "Move tab to end"
},
"commandLabelMoveTabRight": {
"message": "Move tab right",
"message": "Déplacer l'onglet vers la droite",
"description": "Move tab right"
},
"commandLabelMoveTabLeft": {
"message": "Move tab left",
"message": "Déplacer l'onglet vers la gauche",
"description": "Move tab left"
},
"commandLabelMoveTabToNewWindow": {
Expand Down Expand Up @@ -856,11 +856,11 @@
"description": "Moves the current tab to the end of the tab strip."
},
"commandDescriptionMoveTabRight": {
"message": "Moves the current tab rightwards inside the tab strip.",
"message": "Déplace l'onglet actuel vers la droite dans la bande d'onglets.",
"description": "Moves the current tab rightwards inside the tab strip."
},
"commandDescriptionMoveTabLeft": {
"message": "Moves the current tab leftwards inside the tab strip.",
"message": "Déplace l'onglet actuel à gauche à l'intérieur de la bande d'onglets.",
"description": "Moves the current tab leftwards inside the tab strip."
},
"commandDescriptionMoveTabToNewWindow": {
Expand Down Expand Up @@ -1236,7 +1236,7 @@
"description": "Include current tab"
},
"commandSettingLabelTabShift": {
"message": "Shift",
"message": "Décaler",
"description": "Shift"
},
"commandSettingLabelNewWindowFocus": {
Expand Down Expand Up @@ -1412,7 +1412,7 @@
"description": "Determines if the currently active tab should be included."
},
"commandSettingDescriptionTabShift": {
"message": "Determines by how many places the tab should be moved.",
"message": "Détermine de combien de positions l'onglet doit être déplacé.",
"description": "Determines by how many places the tab should be moved."
},
"commandSettingDescriptionNewWindowFocus": {
Expand Down
12 changes: 6 additions & 6 deletions src/_locales/ko_KR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,11 @@
"description": "Move tab to end"
},
"commandLabelMoveTabRight": {
"message": "Move tab right",
"message": "탭을 오른쪽으로 이동",
"description": "Move tab right"
},
"commandLabelMoveTabLeft": {
"message": "Move tab left",
"message": "탭을 왼쪽으로 이동",
"description": "Move tab left"
},
"commandLabelMoveTabToNewWindow": {
Expand Down Expand Up @@ -856,11 +856,11 @@
"description": "Moves the current tab to the end of the tab strip."
},
"commandDescriptionMoveTabRight": {
"message": "Moves the current tab rightwards inside the tab strip.",
"message": "현재 탭을 탭 표시줄 내에서 오른쪽으로 이동합니다.",
"description": "Moves the current tab rightwards inside the tab strip."
},
"commandDescriptionMoveTabLeft": {
"message": "Moves the current tab leftwards inside the tab strip.",
"message": "현재 탭을 탭 표시줄 내에서 왼쪽으로 이동합니다.",
"description": "Moves the current tab leftwards inside the tab strip."
},
"commandDescriptionMoveTabToNewWindow": {
Expand Down Expand Up @@ -1236,7 +1236,7 @@
"description": "Include current tab"
},
"commandSettingLabelTabShift": {
"message": "Shift",
"message": "이동",
"description": "Shift"
},
"commandSettingLabelNewWindowFocus": {
Expand Down Expand Up @@ -1412,7 +1412,7 @@
"description": "Determines if the currently active tab should be included."
},
"commandSettingDescriptionTabShift": {
"message": "Determines by how many places the tab should be moved.",
"message": "탭이 이동할 위치를 결정합니다.",
"description": "Determines by how many places the tab should be moved."
},
"commandSettingDescriptionNewWindowFocus": {
Expand Down
Loading