Pārlūkot izejas kodu

Temporary fix for project translations (#15893)

Temporary fix for project translations
tags/v17.0.0beta1
John Molakvoæ pirms 5 gadiem
vecāks
revīzija
42ffff9548
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
2 mainītis faili ar 15 papildinājumiem un 10 dzēšanām
  1. 1
    1
      core/js/dist/main.js.map
  2. 14
    9
      core/src/OCP/collaboration.js

+ 1
- 1
core/js/dist/main.js.map
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 14
- 9
core/src/OCP/collaboration.js Parādīt failu

@@ -34,16 +34,21 @@ let types = {};

/**
* Those translations will be used by the vue component but they should be shipped with the server
* t('core', 'Add to a project')
* t('core', 'Show details')
* t('core', 'Hide details')
* t('core', 'Rename project')
* t('core', 'Failed to rename the project')
* t('core', 'Failed to create a project')
* t('core', 'Failed to add the item to the project')
* t('core', 'Connect items to a project to make them easier to find')
* t('core', 'Type to search for existing projects')
* FIXME: Those translations should be added to the library
*/
const l10nProjects = () => {
return [
t('core', 'Add to a project'),
t('core', 'Show details'),
t('core', 'Hide details'),
t('core', 'Rename project'),
t('core', 'Failed to rename the project'),
t('core', 'Failed to create a project'),
t('core', 'Failed to add the item to the project'),
t('core', 'Connect items to a project to make them easier to find'),
t('core', 'Type to search for existing projects')
];
}

export default {
/**

Notiek ielāde…
Atcelt
Saglabāt