Files
svgedit/src/editor/extensions/ext-panning/locale/tr.js
Qscy 03355487ee Add Alt + Wheel Zoom Shortcut & Fix Localization for Panning & Update zh-CN locale (#1067)
* Add a new shortcut( Alt + wheels ) for zoom in/out

* update zh-CN locale

* Fix a ext-panning problem cound not fit locale

* Style for passing linter
2025-09-11 19:48:42 +02:00

10 lines
156 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
name: 'Kaydırma Aracı ',
buttons: [
{
title: 'Kaydırma',
key: '[Boşluk / fare tekerleği + sürükle]'
}
]
}