Skip to content

Commit

Permalink
Merge pull request #937 from gautamdsheth/dev
Browse files Browse the repository at this point in the history
Feature - Improved Finnish translations
  • Loading branch information
joelfmrodrigues committed Jun 22, 2021
2 parents 70c3513 + 8064197 commit 792a129
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/controls/filePicker/FilePicker.tsx
Expand Up @@ -359,7 +359,7 @@ export class FilePicker extends React.Component<
this.state.organisationAssetsEnabled
) {
links.push({
name: "Your organisation",
name: strings.OrgAssetsLinkLabel,
url: addUrl ? "#orgAssets" : undefined,
icon: "FabricFolderConfirm",
key: "keyOrgAssets",
Expand Down
3 changes: 2 additions & 1 deletion src/loc/en-us.ts
Expand Up @@ -381,6 +381,7 @@ define([], () => {
DynamicFormEnterURLPlaceholder: "Enter a URL",
DynamicFormEnterDescriptionPlaceholder: "Alternative text",

customDisplayName: 'Use this location:'
customDisplayName: "Use this location:",
OrgAssetsLinkLabel: "Your organisation"
};
});
19 changes: 11 additions & 8 deletions src/loc/fi-fi.ts
Expand Up @@ -284,22 +284,22 @@ define([], () => {
"OneDriveEmptyFolderDescription": "Jos haluat lisätä tiedostoja, siirry OneDriveen. Voit myös lisätä tiedostoja tähän kansioon tieto koneen OneDrive-sovelluksen avulla.",
"OneDriveEmptyFolderIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/emptyfolder/empty_folder.svg",
"OneDriveEmptyFolderTitle": "Tämä kansio on tyhjä",
"OneDriveRootFolderName": "Tiedostot",
"OneDriveRootFolderName": "Tiedostoja",
"OpenButtonLabel": "Avaa",
"PhotoIconUrl": "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20_2x/photo.png",
"OrgAssetsTabLabel": "Organisaatiosi toimittamat kuvat ja tiedostot",
"PoweredByBing": "Powered by Bing",
"RecentDocumentsHeader": "Viimeisimmät asia kirjat",
"RecentDocumentsHeader": "Viimeisimmät kuvat",
"RecentImagesHeader": "Viimeisimmät kuvat",
"RecentLinkLabel": "Tähän hotelliin",
"SearchBoxPlaceholder": "Www-haku",
"RecentLinkLabel": "Viimeisimmät",
"SearchBoxPlaceholder": "Verkkohaku",
"SearchResultAlt": "{0} kuvan tulos.",
"SearchResultAriaLabel": "Avaa kuva lähde uudella väli lehdellä painamalla ENTER-näppäintä.",
"Selected": "Valittu",
"SharingField": "Jakaminen",
"SharingPrivate": "Yksityiset",
"SharingShared": "Jaettu",
"SiteLinkLabel": "Sivuston",
"SiteLinkLabel": "Sivusto",
"SizeOptionAll": "Kaikki",
"SizeOptionExtraLarge": "Erittäin suuri",
"SizeOptionLarge": "Suuri",
Expand All @@ -322,10 +322,13 @@ define([], () => {
"TypeAriaLabel": "Sarake toiminnot tiedosto tyypille, Lajittele tiedosto tyypin mukaan painamalla",
"UploadFileHeader": "Lataa tiedosto",
"UploadImageHeader": "Lataa kuva",
"UploadLinkLabel": "Ladata",
"WebSearchLinkLabel": "Www-haku",
"UploadLinkLabel": "Lataa",
"WebSearchLinkLabel": "Verkkohaku",
"Yes": "Kyllä",
"SelectedLabel": "Valittu",
"SelectIcon": "Valitse kuvake"
"SelectIcon": "Valitse kuvake",
"StockImagesLinkLabel": "Arkistokuvat",
"StockImagesHeader": "Arkistokuvat",
"OrgAssetsLinkLabel": "Oma organisaatio"
};
});
1 change: 1 addition & 0 deletions src/loc/mystrings.d.ts
Expand Up @@ -315,6 +315,7 @@ declare interface IControlStrings {
StockImagesLinkLabel: string;
StockImagesHeader: string;
Yes: string;
OrgAssetsLinkLabel: string;

// folder explorer
NewFolderNamePlaceholder: string;
Expand Down

0 comments on commit 792a129

Please sign in to comment.