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

Added missing translations. #204

Merged
merged 3 commits into from
Apr 19, 2018
Merged
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
18 changes: 17 additions & 1 deletion packages/client-react/translations.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
const translations = {
en: {
moveForward: 'Move forward',
moveBack: 'Move back ',
moveBack: 'Move back',
},

de: {
moveForward: 'Vorwärts',
moveBack: 'Zurück',
},
fi: {
moveForward: 'Siirrä eteenpäin',
moveBack: 'Siirrä taaksepäin',
},
ru: {
moveForward: 'Переместить вперед',
moveBack: 'Переместить назад',
},
no: {
moveForward: 'Flytt fremover',
moveBack: 'Flytt bakover',
},
sv: {
moveForward: 'Flytta framåt',
moveBack: 'Flytta bakåt',
}
};

Expand Down
24 changes: 12 additions & 12 deletions packages/connector-node-v1/src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const translations = {

fi: {
uploading: 'Siirretään palvelimeen',
uploadingItem: 'Uploading 1 item',
uploadingItems: 'Uploading {quantity} items',
uploadingItem: 'Ladataan 1 nimike',
uploadingItems: 'Ladataan {quantity} nimikettä',
upload: 'Siirrä palvelimeen',
remove: 'Poista',
download: 'Lataa',
Expand All @@ -76,8 +76,8 @@ const translations = {
create: 'Luo',
createFolder: 'Luo kansio',
zipping: 'Pakataan',
zippingItem: 'Zipping 1 item',
zippingItems: 'Zipping {quantity} items',
zippingItem: 'Pakataan 1 nimike',
zippingItems: 'Pakataan {quantity} nimikettä',
items: 'nimikettä',
item: 'nimike',
cancel: 'Peruuta',
Expand All @@ -98,8 +98,8 @@ const translations = {

no: {
uploading: 'Opplasting',
uploadingItem: 'Uploading 1 item',
uploadingItems: 'Uploading {quantity} items',
uploadingItem: 'Laster opp 1 element',
uploadingItems: 'Laster opp {quantity} elementer',
upload: 'Last opp',
remove: 'Fjern',
download: 'Last ned',
Expand All @@ -109,8 +109,8 @@ const translations = {
create: 'Opprett',
createFolder: 'Opprett mappe',
zipping: 'Zipper',
zippingItem: 'Zipping 1 item',
zippingItems: 'Zipping {quantity} items',
zippingItem: 'Zipper 1 element',
zippingItems: 'Zipper {quantity} elementer',
items: 'elementer',
item: 'element',
cancel: 'Avbryt',
Expand Down Expand Up @@ -164,8 +164,8 @@ const translations = {

sv: {
uploading: 'Överför',
uploadingItem: 'Uploading 1 item',
uploadingItems: 'Uploading {quantity} items',
uploadingItem: 'Överför 1 post',
uploadingItems: 'Överför {quantity} poster',
upload: 'Överför',
remove: 'Ta bort',
download: 'Hämta',
Expand All @@ -175,8 +175,8 @@ const translations = {
create: 'Skapa',
createFolder: 'Skapa mapp',
zipping: 'Komprimerar',
zippingItem: 'Zipping 1 item',
zippingItems: 'Zipping {quantity} items',
zippingItem: 'Komprimerar 1 post',
zippingItems: 'Komprimerar {quantity} poster',
items: 'poster',
item: 'post',
cancel: 'Avbryt',
Expand Down