1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Add popup localization strings to vue_loc template

This commit is contained in:
Tessa Walsh 2022-12-22 13:02:42 -05:00
parent d649a0d1f4
commit 116ca325c6

View File

@ -62,6 +62,9 @@
"captures": "{{ _Q('captures') }}",
"from {hour1} to {hour2}": "{{ _Q('from {hour1} to {hour2}') }}",
"no captures": "{{ _Q('no captures') }}",
"Archived Page: ": "{{ _Q('Archived Page: ') }}"
"Archived Page: ": "{{ _Q('Archived Page: ') }}",
"Terms of Use": "{{ _Q('Terms of Use') }}",
"Terms of Use Body Text": "{{ _Q('Terms of Use Body Text') }}",
"Agree and Proceed": "{{ _Q('Agree and Proceed') }}"
}
</script>