45 lines
2.6 KiB
JavaScript
45 lines
2.6 KiB
JavaScript
export default {
|
|
en: {
|
|
message: 'By default and where supported, SVG-Edit can store your editor ' +
|
|
'preferences and SVG content locally on your machine so you do not ' +
|
|
'need to add these back each time you load SVG-Edit. If, for privacy ' +
|
|
'reasons, you do not wish to store this information on your machine, ' +
|
|
'you can change away from the default option below.',
|
|
storagePrefsAndContent: 'Store preferences and SVG content locally',
|
|
storagePrefsOnly: 'Only store preferences locally',
|
|
storagePrefs: 'Store preferences locally',
|
|
storageNoPrefsOrContent: 'Do not store my preferences or SVG content locally',
|
|
storageNoPrefs: 'Do not store my preferences locally',
|
|
rememberLabel: 'Remember this choice?',
|
|
rememberTooltip: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
|
},
|
|
de: {
|
|
message: 'Standardmäßig kann SVG-Edit Ihre Editor-Einstellungen ' +
|
|
'und die SVG-Inhalte lokal auf Ihrem Gerät abspeichern. So brauchen Sie ' +
|
|
'nicht jedes Mal die SVG neu laden. Falls Sie aus Datenschutzgründen ' +
|
|
'dies nicht wollen, ' +
|
|
'können Sie die Standardeinstellung im Folgenden ändern.',
|
|
storagePrefsAndContent: 'Store preferences and SVG content locally',
|
|
storagePrefsOnly: 'Only store preferences locally',
|
|
storagePrefs: 'Store preferences locally',
|
|
storageNoPrefsOrContent: 'Do not store my preferences or SVG content locally',
|
|
storageNoPrefs: 'Do not store my preferences locally',
|
|
rememberLabel: 'Remember this choice?',
|
|
rememberTooltip: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
|
|
},
|
|
fr: {
|
|
message: "Par défaut et si supporté, SVG-Edit peut stocker les préférences de l'éditeur " +
|
|
"et le contenu SVG localement sur votre machine de sorte que vous n'ayez pas besoin de les " +
|
|
'rajouter chaque fois que vous chargez SVG-Edit. Si, pour des raisons de confidentialité, ' +
|
|
'vous ne souhaitez pas stocker ces données sur votre machine, vous pouvez changer ce ' +
|
|
'comportement ci-dessous.',
|
|
storagePrefsAndContent: 'Store preferences and SVG content locally',
|
|
storagePrefsOnly: 'Only store preferences locally',
|
|
storagePrefs: 'Store preferences locally',
|
|
storageNoPrefsOrContent: 'Do not store my preferences or SVG content locally',
|
|
storageNoPrefs: 'Do not store my preferences locally',
|
|
rememberLabel: 'Remember this choice?',
|
|
rememberTooltip: "Si vous choisissez de désactiver le stockage en mémorisant le choix, l'URL va changer afin que la question ne vous soit plus reposée."
|
|
}
|
|
};
|