mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
#309 PR feedback
This commit is contained in:
parent
91ffd2e49d
commit
c70f903996
@ -50,10 +50,6 @@ export default Vue.extend({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
if (!process.browser) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const storedRaw = localStorage.getItem(this.storageKey);
|
const storedRaw = localStorage.getItem(this.storageKey);
|
||||||
if (!storedRaw) {
|
if (!storedRaw) {
|
||||||
return;
|
return;
|
||||||
|
@ -1783,8 +1783,9 @@ form:
|
|||||||
persistent:
|
persistent:
|
||||||
present:
|
present:
|
||||||
question: >
|
question: >
|
||||||
It looks like you've left the editor without saving your changes.
|
It looks like you have unsaved changes.
|
||||||
There's a draft saved on your device on %time%. Would you like to load it?
|
There’s a draft saved on your device on %time%.
|
||||||
load: 'Load draft'
|
Would you like to restore it?
|
||||||
|
load: 'Restore draft'
|
||||||
abandon: 'Abandon draft'
|
abandon: 'Abandon draft'
|
||||||
saved: 'Draft saved in your browser at %time%'
|
saved: 'Draft saved in your browser at %time%'
|
||||||
|
@ -2003,8 +2003,9 @@ form:
|
|||||||
persistent:
|
persistent:
|
||||||
present:
|
present:
|
||||||
question: >
|
question: >
|
||||||
It looks like you've left the editor without saving your changes.
|
It looks like you have unsaved changes.
|
||||||
There's a draft saved on your device on %time%. Would you like to load it?
|
There’s a draft saved on your device on %time%.
|
||||||
load: 'Load draft'
|
Would you like to restore it?
|
||||||
|
load: 'Restore draft'
|
||||||
abandon: 'Abandon draft'
|
abandon: 'Abandon draft'
|
||||||
saved: 'Draft saved in your browser at %time%'
|
saved: 'Draft saved in your browser at %time%'
|
||||||
|
@ -2369,8 +2369,8 @@ form:
|
|||||||
persistent:
|
persistent:
|
||||||
present:
|
present:
|
||||||
question: >
|
question: >
|
||||||
Wygląda na to, że opuściłxś edytor bez zapisywania zmian.
|
Wygląda na to, że masz niezapisane zmiany.
|
||||||
Na twoim urządzeniu jest zapisany szkic z %time%. Czy chcesz go załadować?
|
Na twoim urządzeniu znajduje szkic z %time%. Czy chcesz go przywrócić?
|
||||||
load: 'Załaduj szkic'
|
load: 'Przywróć szkic'
|
||||||
abandon: 'Porzuć szkic'
|
abandon: 'Porzuć szkic'
|
||||||
saved: 'Szkic zapisany w twojej przeglądarce o %time%'
|
saved: 'Szkic zapisany w twojej przeglądarce o %time%'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user