Skip to content

Instantly share code, notes, and snippets.

@Grawl
Created May 8, 2018 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grawl/99a38c32e484f80e973a1ae266321a5c to your computer and use it in GitHub Desktop.
Save Grawl/99a38c32e484f80e973a1ae266321a5c to your computer and use it in GitHub Desktop.
export default {
tClose: 'Закрыть', // Alt text on close button
tLoading: 'Загрузка…', // Text that is displayed during loading. Can contain %curr% and %total% keys
gallery: {
tPrev: 'Назад', // Alt text on left arrow
tNext: 'Далее', // Alt text on right arrow
tCounter: '%curr%/%total%' // Markup for "1 of 7" counter
},
image: {
tError: 'Не получилось загрузить <a href="%url%">изображение</a>.' // Error message when image could not be loaded
},
ajax: {
tError: '<a href="%url%">Данные</a> загрузить не получилось.' // Error message when ajax request failed
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment